Skip to content

Commit

Permalink
(MAINT) - Debugging nigtly failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramesh7 committed Nov 20, 2023
1 parent 3571fc9 commit a5a6afb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- "main"
workflow_dispatch:

jobs:
Spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@main"
Expand All @@ -15,3 +15,5 @@ jobs:
needs: Spec
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
secrets: "inherit"
with:
runs_on: "ubuntu-20.04"

0 comments on commit a5a6afb

Please sign in to comment.