We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5512760 commit 0b62717Copy full SHA for 0b62717
.github/workflows/CI-BUILD.yml
@@ -288,7 +288,7 @@ jobs:
288
needs: [BUILD, BOOTSTRAP, BUILD_ATTEST]
289
runs-on: ubuntu-latest
290
environment: ${{ needs.BUILD.outputs.build_environment }}
291
- if: ${{ !cancelled() }}
+ if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
292
outputs:
293
didBUILD: ${{ steps.check_status.outputs.build_success }}
294
build_ref: ${{ steps.check_status.outputs.build_ref }}
0 commit comments