We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6221a6 commit b86ca46Copy full SHA for b86ca46
.ci/build_matrix.sh
@@ -101,8 +101,8 @@ for version in "${versions[@]}"; do
101
fi
102
103
# Skipping if on remote and on student
104
- if [[ "$ON_STUDENT" == "true" && "$ON_REMOTE" == "true" ]]; then
105
- echo "Skipping student versions when running on remote"
+ if [[ "$ON_STUDENT" != "true" && "$ON_REMOTE" == "true" ]]; then
+ echo "Skipping non-student versions when running on remote"
106
echo ""
107
continue
108
doc/changelog.d/3690.maintenance.md
@@ -0,0 +1 @@
1
+ci: skipping non-student versions when running on remote
0 commit comments