Skip to content

Fix to prevent daily checks-optional CI on the fork repositories#6103

Merged
toshihikoyanase merged 1 commit intooptuna:masterfrom
not522:fix-checks-optional
May 31, 2025
Merged

Fix to prevent daily checks-optional CI on the fork repositories#6103
toshihikoyanase merged 1 commit intooptuna:masterfrom
not522:fix-checks-optional

Conversation

@not522
Copy link
Copy Markdown
Member

@not522 not522 commented May 30, 2025

Motivation

Daily checks-optional CI is not necessary for the fork repositories, so this PR makes it skip.

Description of the changes

  • Fix workflow setting

Copy link
Copy Markdown
Member

@toshihikoyanase toshihikoyanase left a comment

Choose a reason for hiding this comment

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

I confirmed that the change is identical to

if: (github.event_name == 'schedule' && github.repository == 'optuna/optuna') || (github.event_name != 'schedule')
. SGTM.

@toshihikoyanase toshihikoyanase added the CI Continuous integration. label May 31, 2025
@toshihikoyanase toshihikoyanase merged commit 01b8185 into optuna:master May 31, 2025
15 checks passed
@not522 not522 deleted the fix-checks-optional branch May 31, 2025 03:47
@not522 not522 added this to the v4.4.0 milestone May 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Continuous integration.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants