File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88permissions :
99 contents : read
1010
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.ref }}
13+ cancel-in-progress : true
14+
1115jobs :
1216 attic-dryrun :
1317 runs-on : ubuntu-latest
18+ timeout-minutes : 30
19+ if : " !contains(github.event.head_commit.message, '[skip ci]')"
1420 steps :
1521 - name : Checkout
1622 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1717permissions :
1818 contents : read # đủ để checkout & đọc repo
1919
20+ concurrency :
21+ group : ${{ github.workflow }}-${{ github.ref }}
22+ cancel-in-progress : true
23+
2024jobs :
2125 cleanup-audit :
2226 runs-on : ubuntu-latest
27+ timeout-minutes : 30
28+ if : " !contains(github.event.head_commit.message, '[skip ci]')"
2329
2430 steps :
2531 - name : Checkout
Original file line number Diff line number Diff line change 55 branches : [ main, master, develop ]
66 pull_request :
77
8+ permissions :
9+ contents : read
10+
11+ concurrency :
12+ group : ${{ github.workflow }}-${{ github.ref }}
13+ cancel-in-progress : true
14+
815jobs :
916 gitleaks :
1017 runs-on : ubuntu-latest
18+ timeout-minutes : 30
19+ if : " !contains(github.event.head_commit.message, '[skip ci]')"
1120 steps :
1221 - name : Checkout
1322 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments