-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement opt-in change detection in pull requests
This patch introduces a `pull-request-change-detection` action input that allows the end-users to request running `ansible-test` in change detection mode. It is only supported in for pull requests at the moment because `ansible-test` does not currently know how to interact with the environment variables that GitHub Actions CI/CD workflows set [1]. With this feature, the users will be able to save some of the CI compute time due to `ansible-test` skipping the tests that are not affected by the changes in PRs. [1] https://github.com/ansible-community/ansible-test-gh-action/pull/49/files#r1023412786
- Loading branch information
1 parent
ce3e835
commit b89e4e4
Showing
2 changed files
with
101 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters