mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 20:27:17 +03:00
do not cascade if the CASCADE variable is no
This commit is contained in:
parent
5407eeb50d
commit
409d49bcc4
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ on:
|
|||
jobs:
|
||||
cascade:
|
||||
runs-on: docker
|
||||
if: vars.CASCADE != 'no'
|
||||
steps:
|
||||
- uses: actions/cascading-pr@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue