We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb7f2a commit e880116Copy full SHA for e880116
.github/workflows/funded-tests.yml
@@ -9,7 +9,7 @@ jobs:
9
permissions: write-all
10
runs-on: ubuntu-latest
11
concurrency:
12
- group: ${{ github.workflow }}-${{ github.ref }}-paid-tests
+ group: ${{ github.workflow }}-${{ github.ref }}-unit-tests
13
cancel-in-progress: true
14
steps:
15
- uses: actions/setup-node@v4
0 commit comments