We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c5eaa4 commit a382e0eCopy full SHA for a382e0e
.github/workflows/main.yml
@@ -7,7 +7,7 @@ on:
7
# Triggers the workflow on push or pull request events but only for the main branch
8
push:
9
branches: [ main ]
10
- pull_request:
+ pull_request_target:
11
12
13
# Allows you to run this workflow manually from the Actions tab
@@ -49,7 +49,7 @@ jobs:
49
run: |
50
python tests/validate_yaml.py
51
on-fail:
52
- if: failure() && github.event_name == 'pull_request'
+ if: failure() && github.event_name == 'pull_request_target'
53
runs-on: ubuntu-latest
54
needs: check
55
permissions:
0 commit comments