Skip to content

Commit c916606

Browse files
Point to testing branch
1 parent e037ff7 commit c916606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88

99
jobs:
1010
Spec:
11-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
11+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@object_test"
1212
with:
1313
runs_on: "ubuntu-24.04"
1414
secrets: "inherit"
1515

1616
Acceptance:
1717
needs: Spec
18-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
18+
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@object_test"
1919
with:
2020
flags: '--latest-agent'
2121
secrets: "inherit"

0 commit comments

Comments
 (0)