Skip to content

Commit 7239d91

Browse files
authored
Merge pull request #683 from puppetlabs/maint-remove_runs_on_input
(maint) - remove `runs_on` input from integration job
2 parents d2c6dc4 + 68f1908 commit 7239d91

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,5 @@ jobs:
2020
secrets: "inherit"
2121

2222
Integration:
23-
needs: Acceptance
23+
needs: Spec
2424
uses: "./.github/workflows/integration_test.yml"
25-
with:
26-
runs_on: "ubuntu-20.04"

0 commit comments

Comments
 (0)