Compare commits

...
Author SHA1 Message Date
Matthew Russell 9bb64e5383 chore: prevent jobs if PR is in draft 2023-09-19 16:57:24 -07:00
+2
View File
@@ -14,6 +14,8 @@ on:
- synchronize
jobs:
node-modules:
# All jobs depend on node_modules, so none should run if the PR is in draft
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
name: 'Cache yarn modules'
steps: