Skip to content

Commit 0b62717

Browse files
[UPDATE] Version Bump (- WIP PR #479 -)
Changes in file .github/workflows/CI-BUILD.yml: * version bump for actions/cache * related changes
1 parent 5512760 commit 0b62717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-BUILD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
needs: [BUILD, BOOTSTRAP, BUILD_ATTEST]
289289
runs-on: ubuntu-latest
290290
environment: ${{ needs.BUILD.outputs.build_environment }}
291-
if: ${{ !cancelled() }}
291+
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
292292
outputs:
293293
didBUILD: ${{ steps.check_status.outputs.build_success }}
294294
build_ref: ${{ steps.check_status.outputs.build_ref }}

0 commit comments

Comments
 (0)