File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - " main"
77 workflow_dispatch :
8-
8+
99jobs :
1010 Spec :
11+ if : ${{ github.repository_owner == 'puppetlabs' }}
1112 uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
1213 secrets : " inherit"
1314
1415 Acceptance :
16+ if : ${{ github.repository_owner == 'puppetlabs' }}
1517 needs : Spec
1618 uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
19+ with :
20+ flags : " --provision-service"
1721 secrets : " inherit"
Original file line number Diff line number Diff line change 77
88jobs :
99 Spec :
10+ if : ${{ github.repository_owner == 'puppetlabs' }}
1011 uses : " puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
1112 secrets : " inherit"
1213
1314 Acceptance :
15+ if : ${{ github.repository_owner == 'puppetlabs' }}
1416 needs : Spec
1517 uses : " puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
18+ with :
19+ flags : " --provision-service"
1620 secrets : " inherit"
You can’t perform that action at this time.
0 commit comments