Skip to content

Commit a6fd993

Browse files
committed
test twingate
1 parent 39a1dc9 commit a6fd993

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ 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:
17-
needs: Spec
18-
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
17+
uses: "imaqsood/cat-github-actions/.github/workflows/module_acceptance.yml@CAT-2275"
1918
with:
2019
runs_on: "ubuntu-24.04"
2120
secrets: "inherit"

0 commit comments

Comments
 (0)