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
on:
pull_request:
types:
@ -10,6 +9,7 @@ on:
jobs:
test:
if: ${{ ! github.event.pull_request.draft }}
runs-on: docker
steps:
- name: Checkout Repository