github: workflow: another permissions fix for pr-validation
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
cde4847ef9
commit
c08e4b6dff
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pr-validation.yml
vendored
2
.github/workflows/pr-validation.yml
vendored
|
|
@ -6,6 +6,8 @@ name: PR Validation
|
|||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
pr_number:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue