Skip to content

Commit

Permalink
'(CAT-1599) - Fixing CI/Nightly pipelines'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramesh7 committed Nov 20, 2023
1 parent 993d38b commit 0341b33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,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 0341b33

Please sign in to comment.