Skip to content

Commit

Permalink
Enable linux/disable macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tundranerd committed Oct 28, 2023
1 parent fb6cc68 commit 3662f22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
on:
#schedule:
# - cron: '30 6 * * *' #0630 UTC kick off full build and regression
# push:
# branches: [ ci/* ]
push:
branches: [ ci/* ]
workflow_dispatch:
inputs:
runTests:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [ ci/* ]
# push:
# branches: [ ci/* ]
workflow_dispatch:
inputs:
runTests:
Expand Down

0 comments on commit 3662f22

Please sign in to comment.