CI: Trigger tag on CI changes (#55388)

* Trigger tag on CI changes

* Use github token available for PRs

Remove remote addition

* Replace origin with full url

Remove fetch for origin

Fix fetch

Remove --quite

Add rebase

Stash changes from verify-gen-cue

Cleanup

* Add --quiet when fetching
This commit is contained in:
Dimitris Sotirakis
2022-10-11 12:01:18 +03:00
committed by GitHub
parent ef17f12c23
commit 66cb56de79
4 changed files with 53 additions and 52 deletions
-3
View File
@@ -445,9 +445,6 @@ def release_pipelines(ver_mode='release', trigger=None):
]
},
'ref': ['refs/tags/v*',],
'repo': {
'exclude': ['grafana/grafana'],
},
}
# The release pipelines include also enterprise ones, so both editions are built for a release.