We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1278fc6 + bbc7eed commit 6fd3ec1Copy full SHA for 6fd3ec1
1 file changed
.github/workflows/ci.yml
@@ -103,6 +103,7 @@ jobs:
103
TELEMETRY_HEADER: ${{ secrets.TELEMETRY_HEADER }}
104
105
build-image:
106
+ if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
107
needs:
108
- build
109
runs-on: ubuntu-latest
0 commit comments