Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: consider running fetch-configlet job on a schedule #844

Open
ee7 opened this issue Dec 15, 2023 · 0 comments
Open

CI: consider running fetch-configlet job on a schedule #844

ee7 opened this issue Dec 15, 2023 · 0 comments
Labels

Comments

@ee7
Copy link
Member

ee7 commented Dec 15, 2023

The fetch-configlet job currently only runs automatically when a fetch-configlet script is changed:

on:
push:
paths:
- scripts/fetch-configlet*
pull_request:
paths:
- scripts/fetch-configlet*
workflow_dispatch:

But this means that it could take a while to find out about problems due to e.g. breaking changes from a PowerShell version update (#839).

We could:

  1. Do nothing.
  2. Make the job run periodically.
  3. Make the job run unconditionally.

This issue is for option 2, which seems reasonable.

@ee7 ee7 added the kind: ci label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant