This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Commit b327485
Release Manager
Trac #29534: Trigger CI workflows on GitHub Actions by pushing tags
1. 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"`
2. 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
URL: https://trac.sagemath.org/29534
Reported by: mkoeppe
Ticket author(s): Matthias Koeppe
Reviewer(s): Dima PasechnikFile tree
4 files changed
+37
-3
lines changed- .github/workflows
- src/doc/en/developer
4 files changed
+37
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
916 | 916 | | |
917 | 917 | | |
918 | 918 | | |
919 | | - | |
| 919 | + | |
| 920 | + | |
920 | 921 | | |
921 | 922 | | |
922 | 923 | | |
| |||
936 | 937 | | |
937 | 938 | | |
938 | 939 | | |
939 | | - | |
940 | | - | |
| 940 | + | |
| 941 | + | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
941 | 963 | | |
942 | 964 | | |
943 | 965 | | |
| |||
951 | 973 | | |
952 | 974 | | |
953 | 975 | | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
954 | 979 | | |
955 | 980 | | |
956 | 981 | | |
| |||
0 commit comments