We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f32aa3 + 67673a4 commit 7a32516Copy full SHA for 7a32516
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- "main"
7
workflow_dispatch:
8
-
+
9
jobs:
10
Spec:
11
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
@@ -15,3 +15,5 @@ jobs:
15
needs: Spec
16
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
17
secrets: "inherit"
18
+ with:
19
+ runs_on: "ubuntu-20.04"
.github/workflows/nightly.yml
@@ -14,3 +14,5 @@ jobs:
14
0 commit comments