Skip to content

Commit

Permalink
[skip ci] Update GitHub Actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Sep 25, 2023
1 parent 3af59a3 commit 52d428a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ name: Test
on:
pull_request:
push:
branches-ignore:
- 'dependabot/**'
schedule:
- cron: '0 6 * * *'

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

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 52d428a

Please sign in to comment.