Skip to content

Commit

Permalink
convert testdata_version to trigger on pull_request_target
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre authored Jan 18, 2024
1 parent 3ba08da commit 1b1ada7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testdata_version.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Verify Testing Data

on:
pull_request:
# Needed for write permissions of peter-evans/create-or-update-comment
pull_request_target: # It is very important to not perform code checkout/build/testing with pull_request_target
types:
- opened
- reopened
Expand Down

0 comments on commit 1b1ada7

Please sign in to comment.