Skip to content

Merge pull request #1347 from cfengine/on-push #226

Merge pull request #1347 from cfengine/on-push

Merge pull request #1347 from cfengine/on-push #226

Workflow file for this run

name: Continuous Integration
# Run this CI on all pushes to upstream
# (including PRs fromm usptream 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