Skip to content

ci: drop the schedule trigger from test.yml - #5

Merged
andriokha merged 1 commit into
developfrom
drop-schedule-trigger
Sep 4, 2026
Merged

ci: drop the schedule trigger from test.yml#5
andriokha merged 1 commit into
developfrom
drop-schedule-trigger

Conversation

@andriokha

Copy link
Copy Markdown
Member

A workflow with a schedule trigger is auto-disabled after 60 days of repository inactivity, and the disable applies to the whole file: the push and pull_request runs stop silently along with the cron. That had already happened, so PRs were running only the host-script bats suite.

The monthly run added little over the push/PR runs, and these tests hit real GitHub repos with real credentials. workflow_dispatch remains for ad-hoc runs.

A workflow with a schedule trigger is auto-disabled after 60 days of
repository inactivity, and the disable applies to the whole file: the
push and pull_request runs stop silently along with the cron. That had
already happened, so PRs were running only the host-script bats suite.

The monthly run added little over the push/PR runs, and these tests hit
real GitHub repos with real credentials. workflow_dispatch remains for
ad-hoc runs.
@andriokha
andriokha merged commit c4797e5 into develop Sep 4, 2026
6 of 8 checks passed
@andriokha
andriokha deleted the drop-schedule-trigger branch September 4, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant