Skip to content

Commit

Permalink
Eliminate reference to removed job step
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Apr 22, 2022
1 parent 58413df commit 79d55ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-sw-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
github.ref == 'refs/heads/master' &&
github.event_name != 'pull_request' &&
github.repository_owner == 'opensciencegrid'
needs: [make-date-tag, build]
needs: [build]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 79d55ca

Please sign in to comment.