Removed unused shell one-liner for federated reporting clean_when_off bundle #1564
Workflow file for this run
This file contains hidden or 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
| name: Continuous Integration | |
| on: | |
| # run this workflow on pull_request activity | |
| # this includes opening and pushing more commits | |
| pull_request: | |
| branches: [ master, 3.27.x, 3.24.x ] | |
| jobs: | |
| style_check: | |
| uses: ./.github/workflows/style_check.yml | |
| cfengine_cli: | |
| uses: ./.github/workflows/cfengine_cli.yml | |
| bootstrap_policy_run_check: | |
| needs: [style_check, cfengine_cli] | |
| uses: ./.github/workflows/bootstrap_policy_run_check.yml | |
| tests: | |
| needs: bootstrap_policy_run_check | |
| uses: ./.github/workflows/tests.yml | |
| valgrind: | |
| needs: bootstrap_policy_run_check | |
| uses: ./.github/workflows/valgrind.yml |