We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a5160 commit f7c2085Copy full SHA for f7c2085
.github/workflows/downstream.yml
@@ -3,12 +3,20 @@ on:
3
push:
4
branches: [master]
5
tags: [v*]
6
+ paths-ignore:
7
+ - 'LICENSE'
8
+ - 'README.md'
9
+ - '.github/workflows/TagBot.yml'
10
pull_request:
11
paths-ignore:
12
- 'LICENSE'
13
- 'README.md'
14
- '.github/workflows/TagBot.yml'
15
16
+concurrency:
17
+ group: build-${{ github.event.pull_request.number || github.ref }}-${{ github.workflow }}
18
+ cancel-in-progress: true
19
+
20
jobs:
21
pre_job:
22
# continue-on-error: true # Uncomment once integration is finished
0 commit comments