Skip to content

Commit

Permalink
CI: [hotfix] On-demand pytest job should wait for 'start-workflow'
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Jun 29, 2024
1 parent a008a19 commit cb0153e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# Only the first two steps of the job are different, and they check out the PR's branch.
pytest-on-demand:
name: On-Demand PR Pytest (All, Python ${{ matrix.python-version }}, ${{ matrix.os }})
# Don't run on forks. Run on pushes to main, and on PRs that are not from forks.
needs: [start-workflow]
strategy:
matrix:
python-version: [
Expand Down

0 comments on commit cb0153e

Please sign in to comment.