|
16 | 16 |
|
17 | 17 | permissions: |
18 | 18 | contents: read |
19 | | - actions: write |
| 19 | + |
| 20 | +concurrency: |
| 21 | + group: ${{ github.workflow }}-${{ github.ref }} |
| 22 | + cancel-in-progress: true |
20 | 23 |
|
21 | 24 | jobs: |
22 | 25 | lint: |
|
26 | 29 | run: |
27 | 30 | working-directory: sdks/typescript |
28 | 31 | steps: |
29 | | - - name: ⛔ Cancel previous runs |
30 | | - uses: styfle/cancel-workflow-action@0.13.0 |
31 | | - |
32 | 32 | - name: ⬇️ Checkout repo |
33 | 33 | uses: actions/checkout@v6 |
34 | 34 |
|
|
52 | 52 | run: |
53 | 53 | working-directory: sdks/typescript |
54 | 54 | steps: |
55 | | - - name: ⛔ Cancel previous runs |
56 | | - uses: styfle/cancel-workflow-action@0.13.0 |
57 | | - |
58 | 55 | - name: ⬇️ Checkout repo |
59 | 56 | uses: actions/checkout@v6 |
60 | 57 |
|
|
81 | 78 | matrix: |
82 | 79 | node-version: ['20.19.0', '22', '24'] |
83 | 80 | steps: |
84 | | - - name: ⛔ Cancel previous runs |
85 | | - uses: styfle/cancel-workflow-action@0.13.0 |
86 | | - |
87 | 81 | - name: ⬇️ Checkout repo |
88 | 82 | uses: actions/checkout@v6 |
89 | 83 |
|
@@ -111,9 +105,6 @@ jobs: |
111 | 105 | matrix: |
112 | 106 | node-version: ['20.19.0', '22', '24'] |
113 | 107 | steps: |
114 | | - - name: ⛔ Cancel previous runs |
115 | | - uses: styfle/cancel-workflow-action@0.13.0 |
116 | | - |
117 | 108 | - name: ⬇️ Checkout repo |
118 | 109 | uses: actions/checkout@v6 |
119 | 110 |
|
@@ -147,9 +138,6 @@ jobs: |
147 | 138 | run: |
148 | 139 | working-directory: sdks/typescript |
149 | 140 | steps: |
150 | | - - name: ⛔ Cancel previous runs |
151 | | - uses: styfle/cancel-workflow-action@0.13.0 |
152 | | - |
153 | 141 | - name: ⬇️ Checkout repo |
154 | 142 | uses: actions/checkout@v6 |
155 | 143 |
|
|
0 commit comments