You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I configure a action schedule on the default branch development like this:
name: Scheduler Development
--
| run-name: Scheduler Development
| on:
| workflow_dispatch:
| schedule:
| - cron: "0 1 * * *"
And check the Database about the scheduler entry, it stays empty.
When I migrate same repo to our test Server running 1.24.0 RC0 the schedule appears instantly.
I am aware that workflow_dispatch is not there yet but it doesn't affect the issue.
Same configuration in any repo (personal or organization) creates a DB entry.
I check the DB with following command: SELECT * FROM action_schedule_spec;
Gitea Version
1.23.8
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.47.2
Operating System
RHEL 9
How are you running Gitea?
Docker deployed with ansible
Database
PostgreSQL
The text was updated successfully, but these errors were encountered:
Description
When I configure a action schedule on the default branch development like this:
And check the Database about the scheduler entry, it stays empty.
When I migrate same repo to our test Server running 1.24.0 RC0 the schedule appears instantly.
I am aware that workflow_dispatch is not there yet but it doesn't affect the issue.
Same configuration in any repo (personal or organization) creates a DB entry.
I check the DB with following command:
SELECT * FROM action_schedule_spec;
Gitea Version
1.23.8
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.47.2
Operating System
RHEL 9
How are you running Gitea?
Docker deployed with ansible
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: