Compare commits

...

5 Commits

Author SHA1 Message Date
80779ac6e5
Merge branch 'main' into date_utils 2025-05-04 02:11:14 +01:00
efbe769d4a
Merge pull request #38 from Magnus167/wkflow_update
Ensure pick-runner job only runs for non-draft pull requests
2025-05-04 02:10:47 +01:00
Palash Tyagi
204cee0f47 Revert "Fix doctest command to include library tests in run-unit-tests workflow"
This reverts commit d7385f789bdfe720a906183cdbc567c2f2745a4a.
2025-05-04 02:01:09 +01:00
Palash Tyagi
d7385f789b Fix doctest command to include library tests in run-unit-tests workflow 2025-05-04 01:31:32 +01:00
Palash Tyagi
0e7c18656c Add condition to pick-runner job to ensure it only runs for non-draft pull requests 2025-05-04 01:27:21 +01:00

View File

@ -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 }}