try skipping job on draft PRs
All checks were successful
Tests / test (pull_request) Has been skipped

This commit is contained in:
Dan Anglin 2024-08-17 19:00:52 +01:00
parent 2aa49b2b2e
commit a52f2c6545
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -1,7 +1,6 @@
--- ---
name: Tests name: Tests
on: on:
pull_request: pull_request:
types: types:
@ -10,6 +9,7 @@ on:
jobs: jobs:
test: test:
if: ${{ ! github.event.pull_request.draft }}
runs-on: docker runs-on: docker
steps: steps:
- name: Checkout Repository - name: Checkout Repository