Skip to content

Commit a36d5cf

Browse files
authored
Ignore weekly release tags (2nd try) (grafana/phlare#573)
1 parent ae5d21a commit a36d5cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
# run only against tags
66
tags:
77
- "v*"
8+
# do not run for weekly release tags
9+
- "!v0.0.0-weekly*"
10+
811
permissions:
912
contents: write
1013
packages: write
@@ -13,8 +16,6 @@ permissions:
1316
jobs:
1417
goreleaser:
1518
runs-on: ubuntu-latest
16-
# do not run me for weekly release tags
17-
if: ${{ !startsWith(github.ref, 'refs/tags/v0.0.0-weekly-') }}
1819
steps:
1920
- uses: actions/checkout@v3
2021
with:

0 commit comments

Comments
 (0)