|
28 | 28 | TEST_VERCEL_USER_ID:
|
29 | 29 | required: true
|
30 | 30 |
|
| 31 | +concurrency: |
| 32 | + group: ${{ github.workflow }}-${{ github.ref }} |
| 33 | + cancel-in-progress: true |
| 34 | + |
31 | 35 | jobs:
|
32 | 36 | arc_deploy:
|
33 | 37 | name: Architect Deploy
|
34 | 38 | if: github.repository == 'remix-run/remix'
|
35 | 39 | runs-on: ubuntu-latest
|
36 | 40 | steps:
|
37 |
| - - name: 🛑 Cancel Previous Runs |
38 |
| - uses: styfle/cancel-workflow-action@0.11.0 |
39 |
| - |
40 | 41 | - name: ⬇️ Checkout repo
|
41 | 42 | uses: actions/checkout@v3
|
42 | 43 |
|
|
71 | 72 | if: github.repository == 'remix-run/remix'
|
72 | 73 | runs-on: ubuntu-latest
|
73 | 74 | steps:
|
74 |
| - - name: 🛑 Cancel Previous Runs |
75 |
| - uses: styfle/cancel-workflow-action@0.11.0 |
76 |
| - |
77 | 75 | - name: ⬇️ Checkout repo
|
78 | 76 | uses: actions/checkout@v3
|
79 | 77 |
|
@@ -109,9 +107,6 @@ jobs:
|
109 | 107 | if: github.repository == 'remix-run/remix'
|
110 | 108 | runs-on: ubuntu-latest
|
111 | 109 | steps:
|
112 |
| - - name: 🛑 Cancel Previous Runs |
113 |
| - uses: styfle/cancel-workflow-action@0.11.0 |
114 |
| - |
115 | 110 | - name: ⬇️ Checkout repo
|
116 | 111 | uses: actions/checkout@v3
|
117 | 112 |
|
@@ -148,9 +143,6 @@ jobs:
|
148 | 143 | if: github.repository == 'remix-run/remix'
|
149 | 144 | runs-on: ubuntu-latest
|
150 | 145 | steps:
|
151 |
| - - name: 🛑 Cancel Previous Runs |
152 |
| - uses: styfle/cancel-workflow-action@0.11.0 |
153 |
| - |
154 | 146 | - name: ⬇️ Checkout repo
|
155 | 147 | uses: actions/checkout@v3
|
156 | 148 |
|
@@ -190,9 +182,6 @@ jobs:
|
190 | 182 | if: github.repository == 'remix-run/remix'
|
191 | 183 | runs-on: ubuntu-latest
|
192 | 184 | steps:
|
193 |
| - - name: 🛑 Cancel Previous Runs |
194 |
| - uses: styfle/cancel-workflow-action@0.11.0 |
195 |
| - |
196 | 185 | - name: ⬇️ Checkout repo
|
197 | 186 | uses: actions/checkout@v3
|
198 | 187 |
|
@@ -228,9 +217,6 @@ jobs:
|
228 | 217 | if: github.repository == 'remix-run/remix'
|
229 | 218 | runs-on: ubuntu-latest
|
230 | 219 | steps:
|
231 |
| - - name: 🛑 Cancel Previous Runs |
232 |
| - uses: styfle/cancel-workflow-action@0.11.0 |
233 |
| - |
234 | 220 | - name: ⬇️ Checkout repo
|
235 | 221 | uses: actions/checkout@v3
|
236 | 222 |
|
@@ -263,9 +249,6 @@ jobs:
|
263 | 249 | if: github.repository == 'remix-run/remix'
|
264 | 250 | runs-on: ubuntu-latest
|
265 | 251 | steps:
|
266 |
| - - name: 🛑 Cancel Previous Runs |
267 |
| - uses: styfle/cancel-workflow-action@0.11.0 |
268 |
| - |
269 | 252 | - name: ⬇️ Checkout repo
|
270 | 253 | uses: actions/checkout@v3
|
271 | 254 |
|
|
0 commit comments