Skip to content

Commit e880116

Browse files
committed
chore: mutual exclusion of unit + paid tests
1 parent 1cb7f2a commit e880116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/funded-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions: write-all
1010
runs-on: ubuntu-latest
1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}-paid-tests
12+
group: ${{ github.workflow }}-${{ github.ref }}-unit-tests
1313
cancel-in-progress: true
1414
steps:
1515
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)