Commit 97af785
ci: exclude bot branches from push event triggers (#605)
Updated GitHub Actions workflows to prevent bot PRs (dependabot and
xgopilot) from triggering both push and pull_request events. This
avoids duplicate workflow runs.
Changes:
- go.yml: Added branch exclusions for dependabot/** and xgopilot/**
- gentest.yml: Added branch exclusions for dependabot/** and xgopilot/**
- end2end.yml: Added branch exclusions for dependabot/** and xgopilot/**
Fixes #604
Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: xgopilot <noreply@goplus.org>
Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>1 parent 7b27f50 commit 97af785
3 files changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
0 commit comments