We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33d23ae + f5a9ef4 commit 179c8bdCopy full SHA for 179c8bd
1 file changed
.github/workflows/ci.yml
@@ -1,11 +1,12 @@
1
name: Continuous Integration
2
3
-# Run this CI on all pushes to upstream
4
-# (including PRs from upstream to upstream)
5
-on: push
+on: pull_request
+permissions: read-all
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
9
+ if: github.event.organization.login == 'cfengine'
10
uses: ./.github/workflows/build-using-buildscripts.yml
11
secrets: inherit
12
0 commit comments