File tree Expand file tree Collapse file tree 2 files changed +20
-9
lines changed
Expand file tree Collapse file tree 2 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 1515name : (experimental / dev) Custard run
1616
1717on :
18- push :
19- branches :
20- - main
18+ # Run tests when a pull request is created or updated.
19+ # This allows to run tests from forked repos (after reviewer's approval).
2120 workflow_run :
2221 workflows :
2322 - Custard CI # .github/workflows/custard-ci.yaml
2423 types :
2524 - in_progress
25+
26+ # Run tests again as validation when a PR merge into main.
27+ push :
28+ branches :
29+ - main
30+
31+ # To do manual runs through the Actions UI.
2632 workflow_dispatch :
2733 inputs :
2834 run-all :
3642 description : Branch, tag, or commit SHA to run tests on
3743 type : string
3844 default : main
39- # schedule:
40- # # https://crontab.guru/#0_12_*_*_0
41- # - cron: 0 12 * * 0 # At 12:00 on Sunday
4245
4346jobs :
4447 affected :
Original file line number Diff line number Diff line change 1515name : (experimental) Custard run
1616
1717on :
18- push :
19- branches :
20- - main
18+ # Run tests when a pull request is created or updated.
19+ # This allows to run tests from forked repos (after reviewer's approval).
2120 workflow_run :
2221 workflows :
2322 - Custard CI # .github/workflows/custard-ci.yaml
2423 types :
2524 - in_progress
25+
26+ # Run tests again as validation when a PR merge into main.
27+ push :
28+ branches :
29+ - main
30+
31+ # To do manual runs through the Actions UI.
2632 workflow_dispatch :
2733 inputs :
2834 run-all :
3642 description : Branch, tag, or commit SHA to run tests on
3743 type : string
3844 default : main
45+
46+ # For nightly tests.
3947 # schedule:
4048 # # https://crontab.guru/#0_12_*_*_0
4149 # - cron: 0 12 * * 0 # At 12:00 on Sunday
You can’t perform that action at this time.
0 commit comments