Skip to content

Commit bbc7eed

Browse files
committed
Build image only on manual dispatch or tag
Signed-off-by: Jean-Laurent de Morlhon <jeanlaurent@morlhon.net>
1 parent 1278fc6 commit bbc7eed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
TELEMETRY_HEADER: ${{ secrets.TELEMETRY_HEADER }}
104104

105105
build-image:
106+
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
106107
needs:
107108
- build
108109
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)