1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

fix condition

This commit is contained in:
Jason N. 2024-03-25 14:30:38 -04:00
parent b2dba5d2e5
commit 8fb95e2dfd

View file

@ -12,9 +12,8 @@ jobs:
build-container: build-container:
if: > if: >
github.event_name == 'push' || github.event_name == 'push' ||
github.event_name == 'issue_comment' || github.event_name == 'issue_comment' ||
( github.event_name == 'pull_request' && github.event_name == 'workflow_dispatch'
contains(github.event.pull_request.labels.*.name, 'auto-test') )
name: Build Container Image name: Build Container Image
env: env:
JOB_NAME: Build Container Image JOB_NAME: Build Container Image