From e0efff1de7a5e10f96434e290c3ad730801c99f7 Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Fri, 23 Aug 2024 12:55:33 -0500 Subject: [PATCH] revertme: disable github CI so save minutes --- .github/workflows/ci.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 186ab9650..92ec9d844 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,17 +1,17 @@ name: Continuous Integration - -on: - # run this workflow on pull_request activity - # this includes opening and pushing more commits - pull_request: - branches: [ master, 3.21.x, 3.18.x ] - -jobs: - build_cfengine_hub_package: - uses: ./.github/workflows/build-using-buildscripts.yml - secrets: inherit - - deployment_tests: - needs: build_cfengine_hub_package - uses: ./.github/workflows/deployment-tests.yml - secrets: inherit +# +#on: +# # run this workflow on pull_request activity +# # this includes opening and pushing more commits +# pull_request: +# branches: [ master, 3.21.x, 3.18.x ] +# +#jobs: +# build_cfengine_hub_package: +# uses: ./.github/workflows/build-using-buildscripts.yml +# secrets: inherit +# +# deployment_tests: +# needs: build_cfengine_hub_package +# uses: ./.github/workflows/deployment-tests.yml +# secrets: inherit