File tree 2 files changed +20
-9
lines changed
2 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 15
15
name : (experimental / dev) Custard run
16
16
17
17
on :
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).
21
20
workflow_run :
22
21
workflows :
23
22
- Custard CI # .github/workflows/custard-ci.yaml
24
23
types :
25
24
- 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.
26
32
workflow_dispatch :
27
33
inputs :
28
34
run-all :
36
42
description : Branch, tag, or commit SHA to run tests on
37
43
type : string
38
44
default : main
39
- # schedule:
40
- # # https://crontab.guru/#0_12_*_*_0
41
- # - cron: 0 12 * * 0 # At 12:00 on Sunday
42
45
43
46
jobs :
44
47
affected :
Original file line number Diff line number Diff line change 15
15
name : (experimental) Custard run
16
16
17
17
on :
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).
21
20
workflow_run :
22
21
workflows :
23
22
- Custard CI # .github/workflows/custard-ci.yaml
24
23
types :
25
24
- 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.
26
32
workflow_dispatch :
27
33
inputs :
28
34
run-all :
36
42
description : Branch, tag, or commit SHA to run tests on
37
43
type : string
38
44
default : main
45
+
46
+ # For nightly tests.
39
47
# schedule:
40
48
# # https://crontab.guru/#0_12_*_*_0
41
49
# - cron: 0 12 * * 0 # At 12:00 on Sunday
You can’t perform that action at this time.
0 commit comments