Skip to content

Commit

Permalink
Make this test run more often so we get better data more quickly
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Feb 3, 2025
1 parent d6ca6f0 commit e5d95a6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/check-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ on:
push:
branches: [ 'main', 'check/**', 'release/v*' ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
checks:
strategy:
matrix:
runs: ['a', 'b', 'c', 'd', 'e', 'f', 'g']
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down

0 comments on commit e5d95a6

Please sign in to comment.