Skip to content

Commit f2420d5

Browse files
committed
ci: temp skip hlab on tag jobs
Signed-off-by: Sergei Lukianov <me@slukjanov.name>
1 parent a9b168e commit f2420d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
) && (
157157
matrix.upgradefrom == '' || contains(github.event.pull_request.labels.*.name, 'ci:-upgrade')
158158
)
159+
|| github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && matrix.hybrid
159160
}}
160161
fabricatorref: master
161162
prebuild: "just bump fabric ${{ needs.test-build.outputs.version }} ${{ needs.test-build.outputs.ref }}"

0 commit comments

Comments
 (0)