Skip to content

Commit

Permalink
ci: run workflows on GHA runners
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkparekh committed Nov 30, 2023
1 parent 046a966 commit c52a5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run:
shell: bash

runs-on: self-hosted
runs-on: ubuntu-latest
needs: [changes]
if: ${{needs.changes.outputs.python == 'true' && !github.event.pull_request.draft }}
steps:
Expand Down

0 comments on commit c52a5b5

Please sign in to comment.