Skip to content

Commit aeab2f9

Browse files
committed
Try fixing 'if' on task build
1 parent 4d77213 commit aeab2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195

196196
# Separate jobs for the docker builds because they requires elevated github token permissions.
197197
share-task-runner-docker-build:
198-
if: env.is_task_build
198+
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/task-') }}
199199
env:
200200
container_registry: ghcr.io
201201
docker_image_name: share-task-runner

0 commit comments

Comments
 (0)