Fix deployment branch checking

This commit is contained in:
Marty Oehme 2025-06-24 10:17:08 +02:00
parent b198bcab2e
commit bf07c11fb4
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -156,7 +156,7 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-deployment
cancel-in-progress: false
if: "github.ref == 'refs/heads/main' && ${{ github.event_name != 'workflow_run' }} && !contains(github.event.pull_request.title, '[ci skip]') && !contains(github.event.pull_request.body, '[ci skip]')"
if: "github.ref == 'refs/heads/main' && github.event_name != 'workflow_run' && !contains(github.event.pull_request.title, '[ci skip]') && !contains(github.event.pull_request.body, '[ci skip]')"
container:
image: ghcr.io/void-linux/void-glibc-full:latest