Skip to content

Commit e58d603

Browse files
committed
use concurrency
1 parent 8a2866a commit e58d603

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/radian.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,14 @@ on:
66
pull_request:
77
branches: [main, master]
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
cancel-in-progress: true
12+
913
env:
1014
RADIAN_NO_INPUTHOOK: 1
1115

1216
jobs:
13-
cleanup:
14-
name: Cancel Previous Runs
15-
runs-on: ubuntu-latest
16-
steps:
17-
- uses: styfle/[email protected]
18-
with:
19-
access_token: ${{ github.token }}
20-
2117
pytest:
2218
name: ${{ matrix.os }} r-${{ matrix.r }} py-${{ matrix.python }}
2319
strategy:

0 commit comments

Comments
 (0)