Remove conditional logic from CI
Some checks failed
Docker Push / build-and-push-image (push) Failing after 22m55s

This commit is contained in:
NickBland
2026-01-09 10:51:15 +10:00
parent bce07d46d2
commit 71b499318f

View File

@@ -11,7 +11,6 @@ env:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, '[release]') || contains(github.event.head_commit.message, '[stage]')
steps:
- name: Checkout repository