chore(trading,governance,explorer): prevent jobs if PR is in draft (#4827)
This commit is contained in:
parent
290b7ae856
commit
0b1987d4ce
2
.github/workflows/ci-cd-trigger.yml
vendored
2
.github/workflows/ci-cd-trigger.yml
vendored
@ -14,6 +14,8 @@ on:
|
|||||||
- synchronize
|
- synchronize
|
||||||
jobs:
|
jobs:
|
||||||
node-modules:
|
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
|
runs-on: ubuntu-22.04
|
||||||
name: 'Cache yarn modules'
|
name: 'Cache yarn modules'
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user