-
-
Notifications
You must be signed in to change notification settings - Fork 255
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: exclude .all-contributorsrc from test workflow triggers #1358
base: master
Are you sure you want to change the base?
Conversation
|
Quality Gate passedIssues Measures |
Hello @derberg ,well can you check the PR , actually i wanted to test from my side but unable to do it so i wasn't raising any pr for it .Do let me know of any further updates. |
@@ -15,6 +13,7 @@ jobs: | |||
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2 https://github.com/dorny/paths-filter/releases/tag/v3.0.2 | |||
id: filter | |||
with: | |||
base: 'master' |
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.
why is this needed?
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.
please test it in the way that you have some personal repo, you can push some files there, with workflow, and then test manually
this is how I do it
https://github.com/derberg/test-experiment
you can also try to play and have fun with act
project for local actions testing
Description