Skip to content

Commit

Permalink
Exclude snapshots from the GH artifact cleanup job (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton authored Nov 3, 2023
1 parent 5d9e997 commit a19c452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete-old-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
min-versions-to-keep: 25

# Ignore versions only containing version numbers
ignore-versions: '^\\d*\\.\\d*\\.\\d*$'
ignore-versions: '^\\d*\\.\\d*\\.\\d*(-SNAPSHOT)?$'

0 comments on commit a19c452

Please sign in to comment.