File tree Expand file tree Collapse file tree 5 files changed +15
-131
lines changed
Expand file tree Collapse file tree 5 files changed +15
-131
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - ' **'
7- # pull_request is not supported for this workflow due to self-hosted runners
8- # see the "Reviewing PRs from forks" section in CONTRIBUTING.md for more details
7+ pull_request_target :
8+ types : [opened, reopened, synchronize]
99
1010jobs :
1111 test-git-lfs :
1414 steps :
1515 - name : Checkout repository
1616 uses : actions/checkout@v4
17+ with :
18+ ref : ${{ github.event.pull_request.head.sha || github.sha }}
1719
1820 - name : Check that binary files are tracked by LFS
1921 id : git-lfs-check
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - ' **'
7- # pull_request is not supported for this workflow due to self-hosted runners
8- # see the "Reviewing PRs from forks" section in CONTRIBUTING.md for more details
7+ pull_request_target :
8+ types : [opened, reopened, synchronize]
99
1010jobs :
1111 test-git-signatures :
1616 uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0 # Need full history to compare with main
19+ ref : ${{ github.event.pull_request.head.sha || github.sha }}
1920
2021 - name : Check commit signatures
2122 id : github-api-signature-check
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - ' **'
7- # pull_request is not supported for this workflow due to self-hosted runners
8- # see the "Reviewing PRs from forks" section in CONTRIBUTING.md for more details
7+ pull_request_target :
8+ types : [opened, reopened, synchronize]
99
1010jobs :
1111 test-links :
1414 steps :
1515 - name : Checkout repository
1616 uses : actions/checkout@v4
17+ with :
18+ ref : ${{ github.event.pull_request.head.sha || github.sha }}
1719
1820 - name : Set up Python
1921 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - ' **'
7- # pull_request is not supported for this workflow due to self-hosted runners
8- # see the "Reviewing PRs from forks" section in CONTRIBUTING.md for more details
7+ pull_request_target :
8+ types : [opened, reopened, synchronize]
99
1010jobs :
1111 test-yaml :
1414 steps :
1515 - name : Checkout repository
1616 uses : actions/checkout@v4
17+ with :
18+ ref : ${{ github.event.pull_request.head.sha || github.sha }}
1719
1820 - name : Set up Python
1921 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments