We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a1dc9 commit 867c818Copy full SHA for 867c818
.github/workflows/ci.yml
@@ -7,15 +7,15 @@ on:
7
workflow_dispatch:
8
9
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"
+ # Spec:
+ # uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
+ # with:
+ # runs_on: "ubuntu-24.04"
+ # secrets: "inherit"
15
16
Acceptance:
17
needs: Spec
18
- uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
+ uses: "imaqsood/cat-github-actions/.github/workflows/module_acceptance.yml@CAT-2275"
19
with:
20
runs_on: "ubuntu-24.04"
21
secrets: "inherit"
0 commit comments