Skip to content

Commit

Permalink
revertme: disable github CI so save minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock committed Aug 23, 2024
1 parent ed73853 commit e0efff1
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e0efff1

Please sign in to comment.