File tree Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 1- name : " nightly "
2-
1+ ---
2+ name : nightly
33on :
44 schedule :
5- - cron : " 0 0 * * *"
5+ - cron : 0 0 * * *
66 workflow_dispatch :
7-
87jobs :
98 Spec :
10- uses : " puppetlabs/cat- github-actions/.github/workflows/module_ci.yml@main "
11- secrets : " inherit "
12-
9+ if : ${{ github.repository_owner == 'puppetlabs' }}
10+ uses : puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main
11+ secrets : inherit
1312 Acceptance :
13+ if : ${{ github.repository_owner == 'puppetlabs' }}
1414 needs : Spec
15- uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
16- secrets : " inherit"
15+ uses : puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main
16+ with :
17+ flags : --provision-service
18+ secrets : inherit
Original file line number Diff line number Diff line change 1- name : " Publish module "
2-
1+ ---
2+ name : Publish module
33on :
44 workflow_dispatch :
5-
65jobs :
7- release :
8- uses : " puppetlabs/cat-github-actions/.github/workflows/module_release.yml@main"
9- secrets : " inherit"
6+ release :
7+ uses : puppetlabs/cat-github-actions/.github/workflows/module_release.yml@main
8+ secrets : inherit
You can’t perform that action at this time.
0 commit comments