Skip to content

Commit

Permalink
Merge pull request #6 from dfinity/or-fix-ci
Browse files Browse the repository at this point in the history
add missing needs value
  • Loading branch information
rikonor authored Aug 1, 2024
2 parents 7a72fb6 + 3e951f3 commit 03e74ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
kernel:
runs-on: ubuntu-latest

needs: [image-ref-changes, build-script-changes]
needs: [image-ref-changes, build-script-changes, kernel-config-changes]
if: needs.image-ref-changes.outputs.kernel == 'true' || needs.build-script-changes.outputs.kernel == 'true' || needs.kernel-config-changes.outputs.config == 'true'

strategy:
Expand Down
1 change: 1 addition & 0 deletions cfg/.config
Original file line number Diff line number Diff line change
Expand Up @@ -4076,3 +4076,4 @@ CONFIG_ARCH_USE_MEMTEST=y
#
# end of Rust hacking
# end of Kernel hacking
#

0 comments on commit 03e74ff

Please sign in to comment.