diff options
author | endo0911engineer <161911062+endo0911engineer@users.noreply.github.com> | 2025-06-10 02:44:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-09 17:44:45 +0000 |
commit | b408bf2f0bb6e76e73421e63128f08d42047e7c0 (patch) | |
tree | aff08bf3283ae0bb4f42f4eb3b101c32b4b6de44 /routers/web/repo/commit.go | |
parent | c6b2cbd75d290b3b831d9b0ee8b47270e68b273b (diff) | |
download | gitea-b408bf2f0bb6e76e73421e63128f08d42047e7c0.tar.gz gitea-b408bf2f0bb6e76e73421e63128f08d42047e7c0.zip |
Fix: skip paths check on tag push events in workflows (#34602)
## Summary
Fix skipping of `paths` condition in workflows triggered by tag push
events.
## Details
- Ensure workflows triggered by tag pushes bypass the `paths` filter
check.
- Prevent incorrect skipping of workflows due to `paths` conditions on
tag pushes.
- Added and updated unit tests to verify correct behavior.
Diffstat (limited to 'routers/web/repo/commit.go')
0 files changed, 0 insertions, 0 deletions