Skip to content

Commit

Permalink
Reinstate missing job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor committed Dec 5, 2023
1 parent 598597c commit 90a951f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
max-concurrency: 1

run_azimuth_tests:
needs: [wait_in_queue]
needs: [publish_artifacts, wait_in_queue]
runs-on: ubuntu-latest
steps:
# Check out the configuration repository
Expand Down

0 comments on commit 90a951f

Please sign in to comment.