This commit is contained in:
parent
b2c58ca576
commit
16299cb5ee
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
|||
if: env.SCHEDULED == 'true' || !contains(github.event.commits[0].message, '[skip ci]')
|
||||
|
||||
env:
|
||||
VERSION: 2.7
|
||||
VERSION: 2.8
|
||||
SCHEDULED: ${{ github.event_name == 'schedule' }}
|
||||
PUSHED: ${{ github.event_name == 'push' }}
|
||||
REGISTRY: git.korhonen.cc
|
||||
|
|
Loading…
Reference in a new issue