From 3662f2261e3ebb5311dd6ce4f101c9e071d2e8be Mon Sep 17 00:00:00 2001 From: John Haynes Date: Sat, 28 Oct 2023 14:45:00 -0600 Subject: [PATCH] Enable linux/disable macos --- .github/workflows/linux.yml | 4 ++-- .github/workflows/macos.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e764b6afe..68fb8c45c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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: diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2c48f1cd9..d6104a6c7 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,6 +1,6 @@ on: - push: - branches: [ ci/* ] + # push: + # branches: [ ci/* ] workflow_dispatch: inputs: runTests: