[skip ci] Add skip ci support for workflow
All checks were successful
/ Build image (push) Has been skipped

This commit is contained in:
Marko Korhonen 2024-04-04 08:52:00 +03:00
parent 8b5f8f9701
commit a1091f2a6f
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -5,6 +5,7 @@ on:
jobs:
build_image:
name: Build image
if: "!contains(github.event.commits[0].message, '[skip ci]')"
env:
FORGEJO_VERSION: 1.21
SCHEDULED: ${{ github.event_name == 'schedule' }}