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 5e27f96 commit ed5f0c8Copy full SHA for ed5f0c8
.github/workflows/ci.yml
@@ -1,7 +1,7 @@
1
name: CI
2
3
concurrency:
4
- group: build-${{ github.event.pull_request.number || github.ref }}
+ group: build-${{ github.event.pull_request.number || github.ref }}-${{ github.workflow }}
5
cancel-in-progress: true
6
7
on:
@@ -12,6 +12,7 @@ on:
12
- 'LICENSE'
13
- 'README.md'
14
- '.github/workflows/TagBot.yml'
15
+ tags: '*'
16
pull_request:
17
paths-ignore:
18
.github/workflows/downstream.yml
@@ -1,8 +1,13 @@
name: IntegrationTest
+
+concurrency:
+ cancel-in-progress: true
8
push:
9
branches: [master]
- tags: [v*]
10
11
0 commit comments