We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b168e commit f2420d5Copy full SHA for f2420d5
.github/workflows/ci.yaml
@@ -156,6 +156,7 @@ jobs:
156
) && (
157
matrix.upgradefrom == '' || contains(github.event.pull_request.labels.*.name, 'ci:-upgrade')
158
)
159
+ || github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && matrix.hybrid
160
}}
161
fabricatorref: master
162
prebuild: "just bump fabric ${{ needs.test-build.outputs.version }} ${{ needs.test-build.outputs.ref }}"
0 commit comments