Skip to content

Commit

Permalink
was missing needs statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Duceswild99 committed Nov 23, 2022
1 parent c4b3e78 commit ff9fda8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
intermission:
name: intermission
runs-on: ubuntu-latest
needs:
- setup
steps:
- name: print output
run: |
Expand All @@ -42,6 +44,8 @@ jobs:
deploy-new-containers:
name: Update Test Action
runs-on: ubuntu-latest
needs:
- setup
strategy:
matrix:
server: ${{ needs.setup.outputs['get-server-ip-list'] }}
Expand Down

0 comments on commit ff9fda8

Please sign in to comment.