Skip to content

Commit

Permalink
add runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Nov 18, 2024
1 parent 2a5b9fb commit c4bf3a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ on:
- cron: "0 12 * * 1"
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]

jobs:
call-run-python-tests:
runs-on: ubuntu-latest
steps:
- name: Set test dir
run: |
Expand Down

0 comments on commit c4bf3a8

Please sign in to comment.