-
Notifications
You must be signed in to change notification settings - Fork 17
Disable PR workflow for JP branches #226
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
base: eve-kernel-amd64-v6.12.49-generic
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,8 @@ on: # yamllint disable-line rule:truthy | |
| branches: | ||
| - "gha-test-rebase" | ||
| - "eve-kernel-*" | ||
| - "!eve-kernel-arm64-v5.15.136-nvidia-jp6" | ||
| - "!eve-kernel-arm64-v5.10.192-nvidia-jp5" | ||
|
Comment on lines
+8
to
+9
|
||
| paths-ignore: | ||
| - ".github/**" | ||
|
|
||
|
|
||
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.
@rucoder , what about if we just set here
eve-kernel-amd64-*instead ofeve-kernel-*?