mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
Run on pull_request_target instead of pull_request
This commit is contained in:
parent
014b452ebe
commit
a7cd775056
4
.github/workflows/status.yml
vendored
4
.github/workflows/status.yml
vendored
|
@ -1,7 +1,9 @@
|
||||||
name: PR status checks
|
name: PR status checks
|
||||||
on:
|
on:
|
||||||
pull_request:
|
# This is so the status check can run on forks.
|
||||||
|
pull_request_target:
|
||||||
types: [assigned, opened, synchronize, reopened]
|
types: [assigned, opened, synchronize, reopened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user