Skip to content

Commit a1a026f

Browse files
authored
Merge pull request rails#47845 from zzak/notify-allow-failure
Notify job should not affect workflow result
2 parents 502f044 + f43f4e6 commit a1a026f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build-and-test-dev-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
notify:
3737
runs-on: ubuntu-latest
3838
if: always() && github.ref_name == 'main'
39+
continue-on-error: true
3940
needs: build-and-test-dev-image
4041
steps:
4142
- uses: zzak/action-discord@v4

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
notify:
4646
runs-on: ubuntu-latest
4747
if: always() && github.ref_name == 'main'
48+
continue-on-error: true
4849
needs: [rails-bin, codespell]
4950
steps:
5051
- uses: zzak/action-discord@v4

.github/workflows/rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
notify:
2727
runs-on: ubuntu-latest
2828
if: always() && github.ref_name == 'main'
29+
continue-on-error: true
2930
needs: build
3031
steps:
3132
- uses: zzak/action-discord@v4

0 commit comments

Comments
 (0)