-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjusted lcov build to skip python bytecompiling test component
Ticket: ENT-12140 Changelog: squashme
- Loading branch information
1 parent
2e8a4a5
commit 773bb4d
Showing
2 changed files
with
27 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters