File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
- dev
8
8
9
+ concurrency :
10
+ group : ${{ github.workflow }}-${{ github.ref }}
11
+ cancel-in-progress : true
12
+
9
13
jobs :
10
14
format :
11
15
if : github.repository == 'remix-run/react-router'
12
16
runs-on : ubuntu-latest
13
17
14
18
steps :
15
- - name : 🛑 Cancel Previous Runs
16
-
17
-
18
19
- name : ⬇️ Checkout repo
19
20
uses : actions/checkout@v3
20
21
with :
Original file line number Diff line number Diff line change 9
9
- " !release-manual"
10
10
- " !release-manual-*"
11
11
12
+ concurrency :
13
+ group : ${{ github.workflow }}-${{ github.ref }}
14
+ cancel-in-progress : true
15
+
12
16
jobs :
13
17
release :
14
18
name : 🦋 Changesets Release
18
22
published_packages : ${{ steps.changesets.outputs.publishedPackages }}
19
23
published : ${{ steps.changesets.outputs.published }}
20
24
steps :
21
- - name : 🛑 Cancel Previous Runs
22
-
23
-
24
25
- name : ⬇️ Checkout repo
25
26
uses : actions/checkout@v3
26
27
with :
66
67
outputs :
67
68
package_version : ${{ steps.find_package_version.outputs.package_version }}
68
69
steps :
69
- - name : 🛑 Cancel Previous Runs
70
-
71
-
72
70
- name : ⬇️ Checkout repo
73
71
uses : actions/checkout@v3
74
72
Original file line number Diff line number Diff line change 15
15
- " docs/**"
16
16
- " **/*.md"
17
17
18
+ concurrency :
19
+ group : ${{ github.workflow }}-${{ github.ref }}
20
+ cancel-in-progress : true
21
+
18
22
jobs :
19
23
test :
20
24
name : 🧪 Test
21
25
runs-on : ubuntu-latest
22
26
23
27
steps :
24
- - name : 🛑 Cancel Previous Runs
25
-
26
-
27
28
- name : ⬇️ Checkout repo
28
29
uses : actions/checkout@v3
29
30
You can’t perform that action at this time.
0 commit comments