We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2b3f4 commit c8f48d2Copy full SHA for c8f48d2
.github/workflows/pacman.yml
@@ -9,6 +9,10 @@ on:
9
permissions:
10
contents: write
11
12
+concurrency:
13
+ group: ${{ github.workflow }}-${{ github.ref }}
14
+ cancel-in-progress: true
15
+
16
jobs:
17
build:
18
runs-on: ubuntu-latest
@@ -49,6 +53,7 @@ jobs:
49
53
50
54
- name: Discord webhook notification
51
55
if: github.event_name != 'pull_request'
56
+ continue-on-error: true
52
57
uses: distributhor/workflow-webhook@v3.0.4
58
env:
59
webhook_type: 'json-extended'
0 commit comments