File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 92
92
targets : SAGE_CHECK=no SAGE_CHECK_PACKAGES="macaulay2" macaulay2
93
93
# Standard setting: Test the current HEAD of passagemath:
94
94
sage_repo : passagemath/passagemath
95
- sage_ref : main
95
+ # sage_ref: main
96
+ sage_ref : refs/pull/815/merge
96
97
upstream_artifact : upstream
97
98
# We prefix the image name with the SPKG name ("macaulay2-") to avoid the error
98
99
# 'Package "sage-docker-..." is already associated with another repository.'
@@ -106,7 +107,8 @@ jobs:
106
107
targets : SAGE_CHECK=no SAGE_CHECK_PACKAGES="macaulay2" macaulay2
107
108
# Standard setting: Test the current HEAD of passagemath:
108
109
sage_repo : passagemath/passagemath
109
- sage_ref : main
110
+ # sage_ref: main
111
+ sage_ref : refs/pull/815/merge
110
112
upstream_artifact : upstream
111
113
needs : [dist]
112
114
@@ -116,7 +118,8 @@ jobs:
116
118
targets : SAGE_CHECK=no SAGE_CHECK_PACKAGES="sagemath_macaulay2" sagemath_macaulay2
117
119
# Standard setting: Test the current HEAD of passagemath:
118
120
sage_repo : passagemath/passagemath
119
- sage_ref : main
121
+ # sage_ref: main
122
+ sage_ref : refs/pull/815/merge
120
123
upstream_artifact : upstream
121
124
# Build incrementally from published Docker image
122
125
incremental : true
You can’t perform that action at this time.
0 commit comments