File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 1- name : " ci "
2-
1+ ---
2+ name : ci
33on :
44 pull_request :
5- branches :
6- - " main"
5+ branches : [main]
76 workflow_dispatch :
8-
97jobs :
108 Spec :
11- uses : " puppetlabs/cat- github-actions/.github/workflows/module_ci.yml@main "
12- secrets : " inherit "
13-
9+ if : ${{ github.repository_owner == 'puppetlabs' }}
10+ uses : puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main
11+ secrets : inherit
1412 Acceptance :
13+ if : ${{ github.repository_owner == 'puppetlabs' }}
1514 needs : Spec
16- uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
17- secrets : " inherit"
15+ uses : puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main
16+ with :
17+ flags : --provision-service
18+ secrets : inherit
You can’t perform that action at this time.
0 commit comments