mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 15:19:25 +00:00
Add condition to pick-runner job to ensure it only runs for non-draft pull requests
This commit is contained in:
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 }}
|
||||
|
Reference in New Issue
Block a user