-
-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trigger CI workflows on GitHub Actions by pushing tags #29534
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Changed keywords from none to ci, ContinuousIntegration |
This comment has been minimized.
This comment has been minimized.
Author: Matthias Koeppe |
Commit: |
Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
Anyone interested in this? |
comment:8
let me try this. |
comment:9
This is a bit strange. My (shallow) understanding of tags is that they are kind of immutable branches. |
comment:10
Yes, the tag doesn't move by itself, but you can move it using |
comment:11
The CI workflow is triggered only by pushes to tags, not branches. |
comment:12
This looks and works OK. |
Reviewer: Dima Pasechnik |
comment:13
Thanks! |
Changed branch from u/mkoeppe/trigger_ci_workflows_on_github_actions_by_pushing_tags to |
If a developers wants to run the standard set of CI tests, just pushing a tag is a simpler interface than creating a pull request:
git tag -f "ci" && git push --force github "ci"
Also this ensures that releases always trigger a CI test.
Follow-up (wishlist): #29535 Customize CI workflows on GitHub Actions using specially structured tag names
Depends on #29403
Depends on #29341
CC: @dimpase @kliem @orlitzky
Component: porting
Keywords: ci, ContinuousIntegration
Author: Matthias Koeppe
Branch/Commit:
81fa6c3
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/29534
The text was updated successfully, but these errors were encountered: