Skip to content

Commit

Permalink
Update github action gradle-check to use pull_request_target for acce…
Browse files Browse the repository at this point in the history
…ssing token (#3728) (#3731)

* Check out gradle

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>

* Tweak titles

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
(cherry picked from commit 4f7bf08)

Co-authored-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
1 parent 35eb669 commit 7845dd5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gradle-check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Jenkins Gradle Check
on: [pull_request]
name: Gradle Check (Jenkins)
on:
pull_request_target:
types: [opened, synchronize, reopened]

jobs:
gradle-check:
Expand Down

0 comments on commit 7845dd5

Please sign in to comment.