diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index b268d54bff..4a1c7bbe7b 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -1,18 +1,6 @@ name: Self-hosted runner (scheduled) on: - push: - branches: - - master - - ci_* - - ci-* - - github-actions-workflows - paths: - - "src/**" - - "tests/**" - - ".github/**" - - "templates/**" - - "utils/**" repository_dispatch: schedule: - cron: "0 2 * * *"