Skip to content

Commit 1b2b4c9

Browse files
Restore ci.yml to original state from main branch
1 parent 6978e2f commit 1b2b4c9

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
name: "ci"
2-
1+
---
2+
name: ci
33
on:
44
pull_request:
5-
branches:
6-
- "main"
5+
branches: [main]
76
workflow_dispatch:
8-
97
jobs:
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

0 commit comments

Comments
 (0)