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

Run some CI jobs on upstream only #956

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

nils-werner
Copy link
Contributor

@nils-werner nils-werner commented Nov 28, 2023

Fixes #944 by limiting certain jobs to upstream only:

  • audit/audit
  • audit/cargo-deny
  • audit/result
  • nightly/publish
  • nightly/publish-nightly
  • release-ci/breaking-cli

I've limited audit because it runs on a schedule which needlessly wastes energy and could trigger errors years after users last touched their fork. I limited nightly and release-ci because they require secrets.

@simonsan
Copy link
Contributor

Nice!

could trigger errors years after users last touched their fork

This isn't quite right, GitHub deactivates actions in stale repository automatically. Not sure after how many weeks, but you sometimes get an Email for that. Nevertheless, energy saving is always good! Much appreciated this PR.

@simonsan simonsan added C-enhancement Category: New feature or request A-ci Area: Issues/Pull requests related to CI labels Nov 28, 2023
@simonsan simonsan added this pull request to the merge queue Nov 28, 2023
Merged via the queue into rustic-rs:main with commit 16d524f Nov 28, 2023
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: Issues/Pull requests related to CI C-enhancement Category: New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI on my fork is failing periodically
2 participants