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

Resolves sigstore/community#121 #2262

Closed
wants to merge 4 commits into from
Closed

Conversation

n3k0m4
Copy link
Contributor

@n3k0m4 n3k0m4 commented Sep 16, 2022

Summary

This PR solves the Sigstore community issue #121 for Cosign.

To summarize the issue, all the Sigstore projects were running multiple workflows (unit & e2e tests, builds, ...) even when the changes were unimportant (.txt, .md, ...). This causes unnecessary use of resources.

The solution implemented in this PR is adding paths matching for the files that can trigger the execution of workflows.

Testing:

There are potentially two ways to test these changes:
Forking the repository and executing the steps below, or making a new branch in the current repo and adding the branch name in branches: inside the modified workflows, then executing the steps below.

  1. Pull the changes
  2. Modify .md, .txt or other file in paths like images or doc
  3. Commit the changes

Results: No actions should run.

Release Note

Documentation

@n3k0m4 n3k0m4 closed this Sep 16, 2022
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.

None yet

1 participant