Skip to content

Commit

Permalink
added dependency of workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasstorm committed Oct 23, 2023
1 parent 9e36cbc commit 7d0da43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ jobs:
PUSH: 1
runs-on: ubuntu-latest
name: update-tag
needs: [unittest, nb-test]
steps:
- name: Get installation token
id: get_installation_token
Expand Down

0 comments on commit 7d0da43

Please sign in to comment.