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

Commit

Permalink
chore: update multiple build action yml (#7210)
Browse files Browse the repository at this point in the history
* chore: update multiple build action yml

* chore: update action with To DO
  • Loading branch information
habib-deriv authored Mar 1, 2024
1 parent 7c6f41d commit 9a5a94c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/generate-preview-link-eu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ concurrency:

jobs:
build_eu_to_cloudflare_pages:
runs-on: Runner_16cores
runs-on: Ubuntu-latest
if: contains(github.event.pull_request.head.ref, 'multiple-build')
permissions:
checks: write
pull-requests: write
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/generate-preview-link-row.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ concurrency:

jobs:
build_row_to_cloudflare_pages:
runs-on: Runner_16cores
runs-on: Ubuntu-latest
# 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 9a5a94c

Please sign in to comment.