Skip to content

Commit

Permalink
Merge branch 'main' into feat/debugging-mode-in-cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 authored Dec 13, 2024
2 parents c513f14 + b5e482a commit 6f7e0eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .ci/build_matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ for version in "${versions[@]}"; do
fi

# Skipping student versions on auth_user
if [[ "$auth_user" == "true" && "$ON_STUDENT" == "true" ]]; then
echo "Skipping student versions when user is authenticated"
echo ""
continue
fi
# if [[ "$auth_user" == "true" && "$ON_STUDENT" == "true" ]]; then
# echo "Skipping student versions when user is authenticated"
# echo ""
# continue
# fi

# main logic
if [[ "$auth_user" == "true" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ jobs:
- id: set-matrix
env:
ONLY_UBUNTU: true
LIMIT_VERSIONS: 3
LIMIT_VERSIONS: 2
ON_SCHEDULE: ${{ github.event_name == 'schedule' }}
ON_WORKFLOW_DISPATCH: ${{ github.event_name == 'workflow_dispatch' }}
RUN_ALL_TEST: ${{ inputs.run_all_tests }}
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/3623.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ci: adding student back

0 comments on commit 6f7e0eb

Please sign in to comment.