Closed
Description
Description
I have configured a lot of repos in my private instance to run in 2 cases:
- At push on specified branches, this works as a charm
- '@Weekly'
I had these changes in place before it was supported in Gitea (it was in the spec and I found out later that it was not yet supported). However, now it is supported, but the Actions are not triggered for all repos I have it configured for.
My config, which is the same for all repos:
---
name: Test & publish
run-name: Checking role and publish on Ansible Galaxy
on: # yamllint disable-line rule:truthy
schedule:
- cron: '@weekly'
push:
branches:
- 'master'
- 'main'
Gitea Version
1.21.0 built with GNU Make 4.3, go1.21.4 : bindata, sqlite, sqlite_unlock_notify
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
It is working for some:
But not for others:
Git Version
2.39.2-1.1
Operating System
Debian 12
How are you running Gitea?
I have installed it using the Ansible Role made by @DO1JLR https://github.com/roles-ansible/ansible_role_gitea
It's running via systemd using the binary that came from Github.
Database
MySQL/MariaDB