Skip to content

Commit 185b5f9

Browse files
committed
Switch CI to pull_request triggers
1 parent b4f0521 commit 185b5f9

10 files changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/actions-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: GitHub Actions linting
66

77
on:
8-
pull_request_target:
8+
pull_request:
99
push:
1010
branches:
1111
- main

.github/workflows/artifact-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: Artifact Hub Metadata
66

77
on:
8-
pull_request_target:
8+
pull_request:
99
push:
1010
branches:
1111
- main

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: Helm Chart Building tests
66
on:
7-
pull_request_target:
7+
pull_request:
88
push:
99
branches:
1010
- main

.github/workflows/changelog_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: Changelog
66
on:
7-
pull_request_target:
7+
pull_request:
88

99
jobs:
1010
check-newsfile:

.github/workflows/licensing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: Licensing checks
66

77
on:
8-
pull_request_target:
8+
pull_request:
99
push:
1010
branches:
1111
- main

.github/workflows/matrix-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: Build matrix-tool Docker Images
66

77
on:
8-
pull_request_target:
8+
pull_request:
99
workflow_dispatch:
1010
push:
1111
branches:

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: Run PyTest tests - Integration and Manifests
66

77
on:
8-
pull_request_target:
8+
pull_request:
99
push:
1010
branches:
1111
- main

.github/workflows/releasing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: Helm Chart packaging and releasing
66
on:
7-
pull_request_target:
7+
pull_request:
88
push:
99
branches:
1010
- main

.github/workflows/scripts-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: Scripts linting
66

77
on:
8-
pull_request_target:
8+
pull_request:
99
push:
1010
branches:
1111
- main

newsfragments/586.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CI: switch to using `pull_request` triggers.

0 commit comments

Comments
 (0)