Skip to content

Commit

Permalink
only run the tests after the migrations workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Jan 31, 2024
1 parent 09b8f63 commit ff9e4a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ env:
HEADLESS: true

on:
pull_request:
push:
branches:
- main
workflow_runs:
workflows: ["Migrations"]
types:
- completed
schedule:
- cron: '0 0 * * 0' # weekly

Expand Down

0 comments on commit ff9e4a8

Please sign in to comment.