Skip to content

Commit 85f1d3f

Browse files
committed
remove on pull_request already covered by on push
1 parent d32b559 commit 85f1d3f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/background-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Background Callback Tests
22

33
on:
44
push:
5-
pull_request:
65
workflow_dispatch: # Allows manual triggering
76

87
jobs:

.github/workflows/typing-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Typing Tests
22

33
on:
44
push: # Runs for pushes to all branches
5-
pull_request: # Runs for all pull request events (e.g., opened, synchronize)
5+
workflow_dispatch: # Allows manual triggering
66

77
jobs:
88
test-typing:

0 commit comments

Comments
 (0)