File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments