Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit 4625788

Browse files
jiacai2050MichaelLeeHZ
authored andcommitted
chore: don't trigger image build via tag push (#1139)
## Rationale See #1135 (comment) ## Detailed Changes ## Test Plan
1 parent 5cc2541 commit 4625788

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,6 @@ jobs:
275275
if: always()
276276
uses: actions/upload-artifact@v3
277277
with:
278-
name: recovery-test-${{ github.head_ref }}.${{ github.sha }}
278+
name: recovery-test-${{ github.sha }}
279279
path: |
280280
/tmp/ceresdb-stdout.log

.github/workflows/dockerhub-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Publish Docker image
22

33
on:
44
workflow_dispatch:
5-
push:
6-
tags:
7-
- 'v*'
85

96
jobs:
107
docker:

0 commit comments

Comments
 (0)