Skip to content

Commit

Permalink
Fix triggers for macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jul 12, 2023
1 parent b92c89f commit e8dc2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ["main"]
paths:
- .github/workflows/macos-latest.yml
- .github/workflows/macos-12.yml
schedule:
- cron: "0 6 23 * *"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ["main"]
paths:
- .github/workflows/macos-latest.yml
- .github/workflows/macos-13.yml
schedule:
- cron: "0 6 24 * *"

Expand Down

0 comments on commit e8dc2f4

Please sign in to comment.