Skip to content

Commit

Permalink
Fix workflow triggers for testing the builds on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Jul 2, 2024
1 parent 4fd5588 commit 475721e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-centos-pypa-rust-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
dockerfile: ./centos-pypa-rust-aarch64/Dockerfile
image_subpath: centos-pypa-rust-aarch64
alternate-latest-mode: true
push: ${{ github.event_name != 'pull_request' }}
1 change: 1 addition & 0 deletions .github/workflows/build-centos-pypa-rust-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
dockerfile: ./centos-pypa-rust-x86_64/Dockerfile
image_subpath: centos-pypa-rust-x86_64
alternate-latest-mode: true
push: ${{ github.event_name != 'pull_request' }}

0 comments on commit 475721e

Please sign in to comment.