diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index a34509d..23966d1 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -12,9 +12,8 @@ jobs: build-container: if: > github.event_name == 'push' || - github.event_name == 'issue_comment' || - ( github.event_name == 'pull_request' && - contains(github.event.pull_request.labels.*.name, 'auto-test') ) + github.event_name == 'issue_comment' || + github.event_name == 'workflow_dispatch' name: Build Container Image env: JOB_NAME: Build Container Image