Skip to content

Commit

Permalink
Skip Linux and MacOS builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtek242 committed Apr 21, 2024
1 parent a4a44d2 commit d5a3dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/00-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: 'Linux'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# pull_request:
# branches: [ main ]
schedule:
- cron: "0 6 * * *"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/00-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: 'Mac OS'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# pull_request:
# branches: [ main ]
schedule:
- cron: "0 6 * * *"

Expand Down

0 comments on commit d5a3dc4

Please sign in to comment.