-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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/codeql: Fix build target acquisition #31722
Conversation
Signed-off-by: Ryan Northey <[email protected]>
cc @mmorel-35 |
@@ -6,7 +6,8 @@ permissions: | |||
on: | |||
push: | |||
paths: | |||
- 'source/common/**' | |||
- include/** | |||
- source/common/** |
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.
Could you either include the '
delimiters like it used to, or also remove them from branches-ignore below, for consistency.
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.
ill remove them from below - that is more consistent with the rest of the code base
Signed-off-by: Ryan Northey <[email protected]>
|
||
- name: Get build targets | ||
run: | | ||
# TODO(phlax): Shift this to an action | ||
compare_head () { | ||
while IFS= read -r line; do | ||
echo "CHECK: ${line}" |
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.
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.
it certainly should (EDIT: should not) be here - altho im a bit confused as it does appear to be working elsewhere - so im thinking its not the cause of your problem - which afaict is more to do with an empty line being returned
Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]