Skip to content

Commit

Permalink
don't run merge and deploy on PRs for FTL build
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Warner <[email protected]>
  • Loading branch information
PromoFaux committed Sep 20, 2023
1 parent 3a63fd4 commit 26a894a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ftl-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
# If we would push immediately above, the individual runners would overwrite each other's images
# https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
merge-and-deploy:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
needs:
- build-and-test
Expand Down

0 comments on commit 26a894a

Please sign in to comment.