Skip to content

Commit

Permalink
ci: reducing number of test on minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Dec 13, 2024
1 parent 85a1b8c commit ad146e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,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

0 comments on commit ad146e3

Please sign in to comment.