mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 09:30:01 +00:00
Add condition to pick-runner job to ensure it only runs for non-draft pull requests
This commit is contained in:
parent
fc508bb1a9
commit
0e7c18656c
1
.github/workflows/run-unit-tests.yml
vendored
1
.github/workflows/run-unit-tests.yml
vendored
@ -12,6 +12,7 @@ concurrency:
|
||||
|
||||
jobs:
|
||||
pick-runner:
|
||||
if: github.event.pull_request.draft == false
|
||||
runs-on: ubuntu-latest
|
||||
outputs:
|
||||
runner: ${{ steps.choose.outputs.use-runner }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user