Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
chore: update action with To DO
Browse files Browse the repository at this point in the history
  • Loading branch information
habib-deriv committed Mar 1, 2024
1 parent d39e714 commit 5628232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-preview-link-eu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
build_eu_to_cloudflare_pages:
runs-on: Ubuntu-latest
if: contains(github.head_ref, 'multiple-build')
if: contains(github.event.pull_request.head.ref, 'multiple-build')
permissions:
checks: write
pull-requests: write
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/generate-preview-link-row.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ concurrency:
jobs:
build_row_to_cloudflare_pages:
runs-on: Ubuntu-latest
if: contains(github.head_ref, 'multiple-build')
# To be removed once released in production
if: contains(github.event.pull_request.head.ref, 'multiple-build')
permissions:
checks: write
pull-requests: write
Expand Down

0 comments on commit 5628232

Please sign in to comment.