Skip to content

Commit 867c818

Browse files
committed
test twingate
1 parent 39a1dc9 commit 867c818

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
Spec:
11-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
12-
with:
13-
runs_on: "ubuntu-24.04"
14-
secrets: "inherit"
10+
# Spec:
11+
# uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
12+
# with:
13+
# runs_on: "ubuntu-24.04"
14+
# secrets: "inherit"
1515

1616
Acceptance:
1717
needs: Spec
18-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
18+
uses: "imaqsood/cat-github-actions/.github/workflows/module_acceptance.yml@CAT-2275"
1919
with:
2020
runs_on: "ubuntu-24.04"
2121
secrets: "inherit"

0 commit comments

Comments
 (0)