-
-
Notifications
You must be signed in to change notification settings - Fork 254
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: integrate dorny/paths-filter into PR test workflow #1352
ci: integrate dorny/paths-filter into PR test workflow #1352
Conversation
Fix/skip unnecessary tests
docs: update README.md for testing
Update pr-testing-with-test-project.yml
Update pr-testing-with-test-project.yml
…700/generator into chore/update-ci-workflow
…700/generator into chore/update-ci-workflow
|
@derberg Hey there, done changes as suggested by you : alternatively worked on adding https://github.com/dorny/paths-filter as i thought it will be more realiable than git inbuilt functionality and hope it would satisfy the branch protection rules. Do let me know if any further change is needed. |
should_test: ${{ steps.filter.outputs.changes }} | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: dorny/paths-filter@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just one thing, for security reasons we always try to remember to not use specific release but commitId
can you switch to something like in the example please: https://github.com/asyncapi/generator/blob/master/.github/workflows/bump.yml#L19
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get the point now ,alright will do the needful changes as per the suggestions!!
Quality Gate passedIssues Measures |
Hey @derberg ,can you review the PR and let me know of any other thing needs to be done. |
/rtm |
Description
dorny/paths-filter
into the PR test workflow.Related issue(s) #1336