File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed
Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11name : " Lint"
2+
3+ # Run these these whenever ...
24on :
3- pull_request :
5+ pull_request : # ... a PR is opened / updated
6+ merge_group : # ... the PR is added to the merge queue
7+ push :
8+ branches :
9+ - main # ... when merging into the main branch
410
511jobs :
612 lint :
Original file line number Diff line number Diff line change 11name : " pace main unit tests"
2+
3+ # Run these these whenever ...
24on :
3- workflow_call :
5+ workflow_call : # ... called from a downstream repo
46 inputs :
57 component_trigger :
68 type : boolean
1012 type : string
1113 default : ' '
1214 required : false
13- pull_request :
14- push :
15+ pull_request : # ... a PR is opened / updated
16+ merge_group : # ... the PR is added to the merge queue
17+ push : # ... code is pushed to any branch
1518
1619# cancel running jobs if theres a newer push
1720concurrency :
You can’t perform that action at this time.
0 commit comments