8000 `github-actions-indicators` - Support multiple cron lines by bcgreenwood-rs · Pull Request #8623 · refined-github/refined-github · GitHub
[go: up one dir, main page]

Skip to content

Conversation

< 10000 template class="js-line-alert-template">
@bcgreenwood-rs
Copy link
Contributor

Fixes #8621.

The test workflow below uses the following configuration:

on:
  schedule:
    - cron: '0 0 1 4 *'  # 01 April
    - cron: '0 0 1 12 *' # 01 December
  workflow_dispatch:

Test URLs

https://github.com/bcgreenwood-rs/workflow-schedule-test/actions

Screenshot

image image image

@fregante fregante changed the title Add support for multiple cron lines github-actions-indicators - Support multiple cron lines Aug 15, 2025
@bcgreenwood-rs bcgreenwood-rs marked this pull request as ready for review August 15, 2025 04:29
Copy link
Member
@fregante fregante left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@fregante fregante merged commit 607a33e into refined-github:main Aug 23, 2025
15 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

github-actions-indicators - Support multiple cron lines

2 participants

0