Skip to content

Commit

Permalink
Workflows should run when tagged.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Nov 18, 2024
1 parent 907214f commit d89edcc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
set -e
make clean
make image rel BUILD_VER="${{ steps.version.outputs.version }}"
sync:
if: startsWith(github.ref, 'refs/tags/*')
if: startsWith(github.ref, 'refs/tags/2')
timeout-minutes: 1440
runs-on: main
steps:
Expand All @@ -48,9 +47,8 @@ jobs:
run: |
set -e
make mirrors-sync
release:
if: startsWith(github.ref, 'refs/tags/*')
if: startsWith(github.ref, 'refs/tags/2')
timeout-minutes: 1440
runs-on: main
steps:
Expand Down

0 comments on commit d89edcc

Please sign in to comment.