File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 55 SF_DEVHUB_URL :
66 required : true
77concurrency :
8- group : ${{ github.workflow }}-${{ github.ref }}
9- cancel-in-progress : true
8+ group : ${{ github.workflow }}-${{ github.ref_name }}
109jobs :
1110 checkChanges :
1211 name : Check changes
Original file line number Diff line number Diff line change 11name : " Run static code validation"
22on :
3- # push:
43 workflow_call :
54 inputs :
65 validateEntireRepo :
Original file line number Diff line number Diff line change 11name : On PULL REQUEST
22on :
33 pull_request :
4+ concurrency :
5+ group : ci-${{ github.ref_name }}
6+ cancel-in-progress : true
47jobs :
58 staticCodeValidation :
69 name : Validation jobs
Original file line number Diff line number Diff line change 11name : On PUSH
22on :
33 push :
4+ concurrency :
5+ group : ci-${{ github.ref_name }}
6+ cancel-in-progress : ${{ github.ref_name != 'main' }}
47jobs :
58 staticCodeValidation :
69 name : Validation jobs
You can’t perform that action at this time.
0 commit comments