File tree 2 files changed +17
-5
lines changed
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"
3
3
on :
4
4
workflow_dispatch :
5
5
workflow_call :
6
- schedule :
7
- - cron : ' 25 5 * * 3'
8
6
9
7
jobs :
10
8
setup_matrix :
50
48
- image : rhel-8
51
49
os : el-8-x86_64
52
50
53
- env :
54
- PUPPET_GEM_VERSION : ' ~> 7.24'
55
-
56
51
steps :
57
52
- name : Checkout Source
58
53
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments