Merge pull request #1478 from vpodzime/master-one_more_initd_rhel9_fix #381
Workflow file for this run
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
name: Continuous Integration | |
# Run this CI on all pushes to upstream | |
# (including PRs from upstream to upstream) | |
on: push | |
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 |