skip ci/cd fro draft pull requests

This commit is contained in:
turnoffthiscomputer
2024-08-28 17:09:39 +02:00
parent bc854900c9
commit 985494b61b

View File

@@ -16,6 +16,7 @@ on:
- 'common/**'
jobs:
run_circuit_tests:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
environment: development
steps: