Skip to content

Action schedule #34472

Open
Open
@top-psi

Description

@top-psi

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions