Skip to content

Action schedule #34472

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
top-psi opened this issue May 15, 2025 · 0 comments
Open

Action schedule #34472

top-psi opened this issue May 15, 2025 · 0 comments
Labels
topic/gitea-actions related to the actions of Gitea type/bug

Comments

@top-psi
Copy link

top-psi commented May 15, 2025

Description

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

@kemzeb kemzeb added the topic/gitea-actions related to the actions of Gitea label May 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/gitea-actions related to the actions of Gitea type/bug
Projects
None yet
Development

No branches or pull requests

2 participants