Skip to content

Commit 30a1827

Browse files
[UPDATE] Version bump (- WIP PR #481 -)
Changes in file .github/workflows/CI-BUILD.yml: * version bump for peter-evans-commit-comment * reslated changes Changes in file .github/workflows/CI-CHGLOG.yml: * version bump for peter-evans-commit-comment * reslated changes Changes in file .github/workflows/CI-DOCS.yml: * version bump for peter-evans-commit-comment * reslated changes Changes in file .github/workflows/CI-MATs.yml: * version bump for peter-evans-commit-comment * reslated changes Changes in file .github/workflows/Tests.yml: * version bump for peter-evans-commit-comment * reslated changes
1 parent 6a4a131 commit 30a1827

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/CI-BUILD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ jobs:
409409
needs: [BUILD_STATUS]
410410
runs-on: ubuntu-latest
411411
environment: ${{ needs.BUILD_STATUS.outputs.environment }}
412-
if: ${{ !cancelled() }}
412+
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
413413
steps:
414414
- name: "Download Status Summary Artifact"
415415
id: download-build-summary

.github/workflows/CI-CHGLOG.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ jobs:
351351
contents: write
352352
needs: [check_build, CHGLOG_SUMMARY]
353353
runs-on: ubuntu-latest
354-
if: ${{ !cancelled() }}
354+
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
355355
steps:
356356
- name: "Download Status Summary Artifact"
357357
id: download-chglog-summary

.github/workflows/CI-DOCS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ jobs:
284284
needs: [check_mats, DOCS_SUMMARY]
285285
environment: "Documentation"
286286
runs-on: ubuntu-latest
287-
if: ${{ !cancelled() }}
287+
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
288288
steps:
289289
- name: "Download Status Summary Artifact"
290290
id: download-documentation-summary

.github/workflows/CI-MATs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jobs:
380380
contents: write
381381
needs: [check_build, MATs_SUMMARY]
382382
runs-on: ubuntu-latest
383-
if: ${{ !cancelled() }}
383+
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
384384
steps:
385385
- name: "Download Status Summary Artifact"
386386
id: download-mats-summary

.github/workflows/Tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ jobs:
704704
contents: write
705705
needs: [check_mats, COVERAGE_SUMMARY]
706706
runs-on: ubuntu-latest
707-
if: ${{ !cancelled() }}
707+
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
708708
steps:
709709
- name: "Download Status Summary Artifact"
710710
id: download-coverage-summary
@@ -1267,7 +1267,7 @@ jobs:
12671267
contents: write
12681268
needs: [check_mats, INTEGRATION_SUMMARY]
12691269
runs-on: ubuntu-latest
1270-
if: ${{ !cancelled() }}
1270+
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
12711271
steps:
12721272
- name: "Download Status Summary Artifact"
12731273
id: download-integration-summary

0 commit comments

Comments
 (0)