Skip to content

Commit

Permalink
abris #329 use pull_request_target to fix PRs from forks
Browse files Browse the repository at this point in the history
  • Loading branch information
cerveada committed Jul 12, 2023
1 parent 7cd35cc commit 9b32045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-scala2.12-spark3.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Scala 2.12, Spark 3.2
on:
push:
branches: [ master ]
pull_request:
pull_request_target:
branches: [ master ]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-scala2.13-spark3.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Scala 2.13, Spark 3.2
on:
push:
branches: [ master ]
pull_request:
pull_request_target:
branches: [ master ]

jobs:
Expand Down

0 comments on commit 9b32045

Please sign in to comment.