Skip to content

Commit

Permalink
github: on pull_request instead of pull_request_target
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofstetter committed Jan 6, 2025
1 parent ac25e62 commit 459ebfd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-envoy-image-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI Build & Push
on:
pull_request_target:
pull_request:
types: [opened, synchronize, reopened]

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-check-format.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI check format
on:
pull_request_target:
pull_request:
types: [opened, synchronize, reopened]

# By specifying the access of one of the scopes, all of those that are not specified are set to 'none'.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI run integration tests
on:
pull_request_target:
pull_request:
types: [opened, synchronize, reopened]

# By specifying the access of one of the scopes, all of those that are not specified are set to 'none'.
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/cilium-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
pull_request_target:
pull_request:
types:
- opened
- reopened
Expand Down Expand Up @@ -79,8 +79,8 @@ jobs:
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
with:
version: ${{ env.KIND_VERSION }}
config: '.github/kind-config.yaml'
cluster_name: 'kind'
config: ".github/kind-config.yaml"
cluster_name: "kind"

- name: Patch Cilium Agent Dockerfile
shell: bash
Expand Down Expand Up @@ -167,7 +167,6 @@ jobs:
shell: bash
run: cilium sysdump --output-filename cilium-integration-test-sysdump


- name: Upload Cilium system dump
if: failure()
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
Expand Down

0 comments on commit 459ebfd

Please sign in to comment.