Gitea 1.22 silently drops a push event for a workflow when a run for that same workflow+branch is already in progress. This caused the PR#9 merge to master to produce no auto-tag run. - workflow_dispatch: allows manual triggering via API when an event is dropped - concurrency group (cancel-in-progress: false): causes Gitea to queue a second run rather than discard it when one is already active |
||
|---|---|---|
| .. | ||
| auto-tag.yml | ||
| test.yml | ||