File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2020env :
2121 ormolu_version : 0.5.2.0
2222 is_published_build : ${{ github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging') }}
23- is_task_build : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/task-') }}
2423 exe_cache_prefix : share-ci-exe
2524 share_local_bin : share-api
2625
9291 path : ${{env.share_local_bin}}
9392
9493 - name : Save exes for share-task-runner docker build
95- if : env.is_task_build
94+ if : ${{ startsWith(github.ref, 'refs/heads/task-') }}
9695 uses : actions/upload-artifact@v4
9796 with :
9897 name : share-task-runner-exe
@@ -108,7 +107,7 @@ jobs:
108107
109108 # Separate jobs for the docker builds because they requires elevated github token permissions.
110109 share-task-runner-docker-build :
111- if : ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/heads/task-') }}
110+ if : ${{ startsWith(github.ref, 'refs/heads/task-') }}
112111 env :
113112 container_registry : ghcr.io
114113 docker_image_name : unisoncomputing/share-task-runner
You can’t perform that action at this time.
0 commit comments