Skip to content

Commit 7318b16

Browse files
committed
Github Actions: Add continue-on-error to Campfire notifications for forked repositories
1 parent 92ffb02 commit 7318b16

5 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/brakeman.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060

6161
- name: Post job failure details to Campfire
6262
if: failure() && github.ref == 'refs/heads/master'
63+
continue-on-error: true
6364
uses: shane-lamb/campfire-notify-action@v1.1.6
6465
with:
6566
messages_url: ${{ secrets.CAMPFIRE_MESSAGES_URL }}

.github/workflows/campfire-notify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Post commit info to Campfire
12+
continue-on-error: true
1213
uses: shane-lamb/campfire-notify-action@v1.1.6
1314
with:
1415
messages_url: ${{ secrets.CAMPFIRE_MESSAGES_URL }}

.github/workflows/docker-containers.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
7676
- name: Post job failure details to Campfire
7777
if: failure() && github.ref == 'refs/heads/master'
78+
continue-on-error: true
7879
uses: shane-lamb/campfire-notify-action@v1.1.6
7980
with:
8081
messages_url: ${{ secrets.CAMPFIRE_MESSAGES_URL }}
@@ -137,6 +138,7 @@ jobs:
137138
138139
- name: Post job failure details to Campfire
139140
if: failure() && github.ref == 'refs/heads/master'
141+
continue-on-error: true
140142
uses: shane-lamb/campfire-notify-action@v1.1.6
141143
with:
142144
messages_url: ${{ secrets.CAMPFIRE_MESSAGES_URL }}
@@ -198,6 +200,7 @@ jobs:
198200
199201
- name: Post job failure details to Campfire
200202
if: failure() && github.ref == 'refs/heads/master'
203+
continue-on-error: true
201204
uses: shane-lamb/campfire-notify-action@v1.1.6
202205
with:
203206
messages_url: ${{ secrets.CAMPFIRE_MESSAGES_URL }}

.github/workflows/lint-helm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848

4949
- name: Post job failure details to Campfire
5050
if: failure() && github.ref == 'refs/heads/master'
51+
continue-on-error: true
5152
uses: shane-lamb/campfire-notify-action@v1.1.6
5253
with:
5354
messages_url: ${{ secrets.CAMPFIRE_MESSAGES_URL }}

.github/workflows/ruby-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888

8989
- name: Post job failure details to Campfire
9090
if: failure() && github.ref == 'refs/heads/master'
91+
continue-on-error: true
9192
uses: shane-lamb/campfire-notify-action@v1.1.6
9293
with:
9394
messages_url: ${{ secrets.CAMPFIRE_MESSAGES_URL }}

0 commit comments

Comments
 (0)