File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5353 TESTS_DIR : ${{ github.workspace }}/dbt-data-reliability/integration_tests
5454
5555jobs :
56- # PRs from forks require approval, specifically with the "pull_request_target" event as it contains repo secrets.
56+ # PRs from forks require approval
5757 check-if-requires-approval :
5858 runs-on : ubuntu-latest
5959 outputs :
6262 - name : Set requires approval output
6363 id : set-output
6464 run : |
65- if [[ "${{ github.event_name }}" == "pull_request_target" && "${{ github. event.pull_request.head.repo.full_name }}" != "${{ github.repository }}" ]]; then
65+ if [[ "${{ github.event.pull_request.head.repo.full_name }}" != "${{ github.repository }}" ]]; then
6666 echo "requires_approval=true" >> $GITHUB_OUTPUT
6767 else
6868 echo "requires_approval=false" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments