Skip to content

Commit b5e482a

Browse files
ci: adding student back (#3623)
* ci: adding student back * chore: adding changelog file 3623.maintenance.md [dependabot-skip] * ci: reducing number of test on minimal --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent a4c7add commit b5e482a

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.ci/build_matrix.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ for version in "${versions[@]}"; do
9595
fi
9696

9797
# Skipping student versions on auth_user
98-
if [[ "$auth_user" == "true" && "$ON_STUDENT" == "true" ]]; then
99-
echo "Skipping student versions when user is authenticated"
100-
echo ""
101-
continue
102-
fi
98+
# if [[ "$auth_user" == "true" && "$ON_STUDENT" == "true" ]]; then
99+
# echo "Skipping student versions when user is authenticated"
100+
# echo ""
101+
# continue
102+
# fi
103103

104104
# main logic
105105
if [[ "$auth_user" == "true" ]]; then

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ jobs:
615615
- id: set-matrix
616616
env:
617617
ONLY_UBUNTU: true
618-
LIMIT_VERSIONS: 3
618+
LIMIT_VERSIONS: 2
619619
ON_SCHEDULE: ${{ github.event_name == 'schedule' }}
620620
ON_WORKFLOW_DISPATCH: ${{ github.event_name == 'workflow_dispatch' }}
621621
RUN_ALL_TEST: ${{ inputs.run_all_tests }}

doc/changelog.d/3623.maintenance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ci: adding student back

0 commit comments

Comments
 (0)