Skip to content

Commit a121110

Browse files
committed
[NDR-319] Trigger workflow check on edits
1 parent 7464295 commit a121110

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/automated-pr-validator.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Z-AUTOMATED: PR Validator"
22

33
on:
44
pull_request:
5-
types: [opened, synchronize, reopened]
5+
types: [opened, synchronize, reopened, edited]
66

77
permissions: {}
88

@@ -128,7 +128,6 @@ jobs:
128128
runs-on: ubuntu-latest
129129
permissions:
130130
contents: read
131-
pull-requests: read
132131
steps:
133132
- name: Checkout repository
134133
uses: actions/checkout@v5

0 commit comments

Comments
 (0)