This commit is contained in:
parent
653a4eef95
commit
a4a4b15a39
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
if: env.SCHEDULED == 'true' || !contains(github.event.commits[0].message, '[skip ci]')
|
if: env.SCHEDULED == 'true' || !contains(github.event.commits[0].message, '[skip ci]')
|
||||||
env:
|
env:
|
||||||
FORGEJO_VERSION: 10.0
|
FORGEJO_VERSION: 11.0
|
||||||
SCHEDULED: ${{ github.event_name == 'schedule' }}
|
SCHEDULED: ${{ github.event_name == 'schedule' }}
|
||||||
PUSHED: ${{ github.event_name == 'push' }}
|
PUSHED: ${{ github.event_name == 'push' }}
|
||||||
REGISTRY: git.korhonen.cc
|
REGISTRY: git.korhonen.cc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue