-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We could run the tests workflows in PRs when the workflows change. This is already part of the current tuf-on-ci workflow templates: https://github.com/theupdateframework/tuf-on-ci-template/blob/main/.github/workflows/test.yml
We can do the same for our test workflow(s):
- add the pull_request trigger
- modify the if-clause so that failures in PRs don't file issues
This is most importantly a smoke test for tuf-on-ci upgrade and would have prevented #210 from happening
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request