Skip to content

Commit

Permalink
chore: correct tests.yml flow to happen once per PR
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 6, 2024
1 parent e5b0cec commit 18ed094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Tests
'on':
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
schedule:
- cron: '0 6 * * 0'

jobs:
test:
Expand Down

0 comments on commit 18ed094

Please sign in to comment.