Skip to content

Commit

Permalink
flakehub: don't attempt to publish latest tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmodena authored Dec 13, 2024
1 parent 4db7ac4 commit 7801b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/flakehub-publish-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
required: true
jobs:
flakehub-publish:
# Prevent workflow from running if tag is 'latest'
if: ${{ inputs.tag != 'latest' }}
runs-on: "ubuntu-latest"
permissions:
id-token: "write"
Expand Down

0 comments on commit 7801b6e

Please sign in to comment.