Skip to content

Commit 33e0a50

Browse files
authored
fix(ci): prevent duplicate runs on PR updates (#1406)
Remove the push trigger from the PR Tests workflow to avoid duplicate runs when a pull request is updated. The workflow will now only run on pull_request events, ensuring a single execution per PR update.
1 parent f9b63e4 commit 33e0a50

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pr-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: PR Tests
22

33
on:
4-
push:
5-
64
pull_request:
75
# we don't ignore markdkowns to run pre-commits
86
paths-ignore:

0 commit comments

Comments
 (0)