File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1+ name : Call main PR testing workflows
2+
3+ on :
4+ workflow_dispatch :
5+ schedule :
6+ - cron : ' 25 5 * * 3'
7+
8+ jobs :
9+ spec_testing :
10+ name : " Spec testing"
11+ uses : ./.github/workflows/spec.yml
12+
13+ nightly_testing :
14+ name : " PE Nightly Testing"
15+ needs : spec_testing
16+ if : github.repository != 'puppetlabs/puppetlabs-bash_task_helper' || github.repository != 'puppetlabs/puppetlabs-puppet_operations_appliance'
17+ uses : ./.github/workflows/pe_nightly_testing.yml
Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ name: "PE Nightly Acceptance Testing"
33on :
44 workflow_dispatch :
55 workflow_call :
6- schedule :
7- - cron : ' 25 5 * * 3'
86
97jobs :
108 setup_matrix :
5048 - image : rhel-8
5149 os : el-8-x86_64
5250
53- env :
54- PUPPET_GEM_VERSION : ' ~> 7.24'
55-
5651 steps :
5752 - name : Checkout Source
5853 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments