Skip to content

Commit

Permalink
[Backport 7.52.x] Fix the regex to run the release-auto job on releas…
Browse files Browse the repository at this point in the history
…e branches (#16947)

(cherry picked from commit 17d2508)

Co-authored-by: Florent Clarret <[email protected]>
  • Loading branch information
1 parent 0fa69f7 commit f431220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ release-auto:
image: $TAGGER_IMAGE
only:
- master
- ^\d+\.\d+\.x$
- /^\d+\.\d+\.x$/
except:
- schedules
script:
Expand Down

0 comments on commit f431220

Please sign in to comment.