Skip to content

Commit

Permalink
CI: skip bump-alpine unless it is a real release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 14, 2023
1 parent 0b3ce87 commit cf92bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ jobs:
container: ghcr.io/jdx/rtx:alpine
timeout-minutes: 30
needs: [e2e-linux]
if: startsWith(github.event.ref, 'refs/tags/v')
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit cf92bb3

Please sign in to comment.