File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed
Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change 66 - main
77 - ' releases/*'
88
9+ concurrency :
10+ group : build-and-test-${{ github.ref_name }}
11+ cancel-in-progress : true
12+
13+ permissions : {}
14+
915jobs :
10- build-action : # make sure build/ci work properly
11- runs-on : ubuntu-latest
16+ build-action :
17+ runs-on : ubuntu-22.04
18+ timeout-minutes : 10
19+
20+ permissions :
21+ contents : read
22+ packages : read
23+
1224 steps :
1325 - name : Checkout repo
1426 uses : actions/checkout@v4
3446 pnpm run test
3547
3648 test-action : # make sure the action works on a clean machine without building
37- runs-on : ubuntu-latest
49+ runs-on : ubuntu-22.04
50+ timeout-minutes : 10
51+
52+ permissions :
53+ contents : read
54+ packages : read
55+
3856 steps :
3957 - name : Checkout repo
4058 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments