Skip to content

Commit

Permalink
[install] in archiver.yml, fix 'you may only define one of tags and…
Browse files Browse the repository at this point in the history
… `tags-ignore` for a single event'
  • Loading branch information
valassi committed Sep 30, 2024
1 parent 3e50626 commit 1af670f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/archiver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ on:
tags:
# Include version tags such as 'cudacpp_for3.6.0_v1.0.0' or 'cudacpp_for3.6.0_v1.0.0_test001'
- '${{ env.TAGPREFIX }*_v*'

tags-ignore:
# Exclude running tags such as 'cudacpp_for3.6.0_latest'
- '${{ env.TAGPREFIX }*_latest'
# See https://github.com/orgs/community/discussions/25114
- '!${{ env.TAGPREFIX }*_latest'

#----------------------------------------------------------------------------------------------------------------------------------

Expand Down

0 comments on commit 1af670f

Please sign in to comment.