[skip ci] Don't skip ci if scheduled
All checks were successful
/ Build image (push) Has been skipped
All checks were successful
/ Build image (push) Has been skipped
This commit is contained in:
parent
a1091f2a6f
commit
218e8be661
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build_image:
|
build_image:
|
||||||
name: Build image
|
name: Build image
|
||||||
if: "!contains(github.event.commits[0].message, '[skip ci]')"
|
if: env.SCHEDULED == 'true' || !contains(github.event.commits[0].message, '[skip ci]')
|
||||||
env:
|
env:
|
||||||
FORGEJO_VERSION: 1.21
|
FORGEJO_VERSION: 1.21
|
||||||
SCHEDULED: ${{ github.event_name == 'schedule' }}
|
SCHEDULED: ${{ github.event_name == 'schedule' }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue