We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca18b76 + c2f2014 commit b4eabcbCopy full SHA for b4eabcb
.github/workflows/ci.yml
@@ -1,11 +1,11 @@
1
name: Continuous Integration
2
3
-# Run this CI on all pushes to upstream
4
-# (including PRs fromm usptream to upstream)
5
-on: push
+on: pull_request
6
7
jobs:
8
build_cfengine_hub_package:
+ # this job only works when submitted from the cfengine organization aka upstream to upstream pull requests: ENT-13038
+ if: github.event.organization.login == 'cfengine'
9
uses: ./.github/workflows/build-using-buildscripts.yml
10
secrets: inherit
11
0 commit comments