Skip to content

Commit 91478cd

Browse files
committed
revert pull_request_target changes
1 parent ce3f1f7 commit 91478cd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/artifact-size-metrics.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Artifact Size Metrics
22
on:
3-
pull_request_target:
3+
pull_request:
44
types: [ opened, synchronize, reopened, labeled, unlabeled ]
55
branches:
66
- main
@@ -40,7 +40,6 @@ jobs:
4040
- name: Put Artifact Size Metrics in CloudWatch
4141
run: ./gradlew putArtifactSizeMetricsInCloudWatch -Prelease=${{ github.event.release.tag_name }}
4242
size-check:
43-
if: github.event_name == 'pull_request_target'
4443
runs-on: ubuntu-latest
4544
steps:
4645
- name: Checkout Sources

.github/workflows/changelog-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permissions:
44
id-token: write
55

66
on:
7-
pull_request_target:
7+
pull_request:
88
types: [ opened, synchronize, reopened, labeled, unlabeled ]
99
branches:
1010
- main

0 commit comments

Comments
 (0)