File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 paths :
88 - packages/docusaurus/**
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
12+ cancel-in-progress : true
13+
1014permissions :
1115 contents : read
1216
Original file line number Diff line number Diff line change 1212 paths-ignore :
1313 - website/docs/**
1414
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17+ cancel-in-progress : true
18+
1519permissions :
1620 contents : read
1721
Original file line number Diff line number Diff line change 1010 schedule :
1111 - cron : 25 22 * * 3
1212
13+ concurrency :
14+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15+ cancel-in-progress : true
16+
1317jobs :
1418 analyze :
1519 name : Analyze
Original file line number Diff line number Diff line change 11name : Dependency Review
22on : [pull_request]
33
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
6+ cancel-in-progress : true
7+
48permissions :
59 contents : read
610
Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10+ cancel-in-progress : true
11+
812jobs :
913 lighthouse-report :
1014 name : Lighthouse Report
Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10+ cancel-in-progress : true
11+
812permissions :
913 contents : read
1014
Original file line number Diff line number Diff line change 77 paths :
88 - website/src/data/**
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
12+ cancel-in-progress : true
13+
1014permissions :
1115 contents : read
1216
Original file line number Diff line number Diff line change 1212 paths-ignore :
1313 - website/**
1414
15+ concurrency :
16+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
17+ cancel-in-progress : true
18+
1519permissions :
1620 contents : read
1721
Original file line number Diff line number Diff line change 77 paths :
88 - packages/**
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
12+ cancel-in-progress : true
13+
1014permissions :
1115 contents : read
1216
Original file line number Diff line number Diff line change 77 paths-ignore :
88 - website/**
99
10+ concurrency :
11+ group : ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
12+ cancel-in-progress : true
13+
1014permissions :
1115 contents : read
1216
You can’t perform that action at this time.
0 commit comments