Skip to content

Commit 5dac3b0

Browse files
authored
Trigger on pull_request for testing
One workaround is to trigger on pull_request - let's see if that works Signed-off-by: Elizabeth Byerly <ebyerly@google.com>
1 parent 072948b commit 5dac3b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-envoy-commits.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Check Envoy commits for non-trivial merges"
22

33
on:
4+
pull_request:
45
schedule:
56
- cron: "0 */4 * * *"
67
workflow_dispatch: {}

0 commit comments

Comments
 (0)