Skip to content

Commit

Permalink
Merge pull request #3281 from michaellilltokiwa/action_linux_apple
Browse files Browse the repository at this point in the history
actions: change PR test runner from linux to macOS
  • Loading branch information
michaellilltokiwa authored Jun 28, 2024
2 parents 675fb8d + 06cd329 commit 1392686
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ permissions:
contents: read

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # every sunday
push:
branches:
- 'main'
pull_request: {}

env:
PRECONDITIONS: true
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ permissions:
contents: read

on:
push:
branches:
- 'main'
pull_request: {}
workflow_dispatch:
schedule:
- cron: '0 0 * * 0' # every sunday

env:
PRECONDITIONS: true
Expand Down

0 comments on commit 1392686

Please sign in to comment.