Skip to content

Commit

Permalink
Build and push intermediate containers on merge (#616)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Belouin <[email protected]>
  • Loading branch information
diconico07 authored Jun 9, 2023
1 parent c11acc4 commit 5910d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-opencv-base-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
})
per-arch:
if: contains(github.event.pull_request.labels.*.name, 'build dependency containers')
if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'build dependency containers')
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-crossbuild-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
})
per-arch:
if: contains(github.event.pull_request.labels.*.name, 'build dependency containers')
if: github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'build dependency containers')
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 5910d2a

Please sign in to comment.