Skip to content

Commit c8f48d2

Browse files
Ignore webhook failure, job overlap
1 parent 2d2b3f4 commit c8f48d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pacman.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
permissions:
1010
contents: write
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.ref }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
build:
1418
runs-on: ubuntu-latest
@@ -49,6 +53,7 @@ jobs:
4953
5054
- name: Discord webhook notification
5155
if: github.event_name != 'pull_request'
56+
continue-on-error: true
5257
uses: distributhor/workflow-webhook@v3.0.4
5358
env:
5459
webhook_type: 'json-extended'

0 commit comments

Comments
 (0)