File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131jobs :
3232 build :
33+ # Skip scheduled runs in forks: GitHub attributes cron runs to the upstream
34+ # workflow author, who then gets emailed when a fork's nightly build fails.
35+ if : github.repository_owner == 'Breakthrough' || github.event_name != 'schedule'
3336 runs-on : windows-latest
3437 strategy :
3538 matrix :
Original file line number Diff line number Diff line change 3131
3232jobs :
3333 build :
34+ # Skip scheduled runs in forks: GitHub attributes cron runs to the upstream
35+ # workflow author, who then gets emailed when a fork's nightly build fails.
36+ if : github.repository_owner == 'Breakthrough' || github.event_name != 'schedule'
3437 runs-on : ${{ matrix.os }}
3538 strategy :
3639 fail-fast : false
Original file line number Diff line number Diff line change 2222
2323jobs :
2424 build :
25+ # Skip scheduled runs in forks: GitHub attributes cron runs to the upstream
26+ # workflow author, who then gets emailed when a fork's nightly build fails.
27+ if : github.repository_owner == 'Breakthrough' || github.event_name != 'schedule'
2528 runs-on : ubuntu-latest
2629
2730 steps :
Original file line number Diff line number Diff line change 2222jobs :
2323 analyze :
2424 name : Analyze
25+ # Skip scheduled runs in forks: GitHub attributes cron runs to the upstream
26+ # workflow author, who then gets emailed when a fork's scheduled run fails.
27+ if : github.repository_owner == 'Breakthrough' || github.event_name != 'schedule'
2528 runs-on : ubuntu-latest
2629 permissions :
2730 actions : read
You can’t perform that action at this time.
0 commit comments