Skip to content

Commit

Permalink
Ignore updating quickstart for rc release (#5347)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffjlabo authored Nov 19, 2024
1 parent 7213dcf commit e3325a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish_image_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ jobs:
release-quickstart-manifests:
runs-on: ubuntu-latest
needs: artifacts
if: startsWith(github.ref, 'refs/tags/')
# ignore release candidates
if: startsWith(github.ref, 'refs/tags/') && !contains(github.ref, '-rc')
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit e3325a1

Please sign in to comment.