Skip to content

Commit

Permalink
actions: draft
Browse files Browse the repository at this point in the history
draft

Signed-off-by: Jan Gałda <[email protected]>
  • Loading branch information
jangalda-nsc committed Nov 29, 2024
1 parent 284c0ab commit edf9956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-toolchain-synchronization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo "Setting CI/Jenkins/toolchain status to failure for PR: $pr"
# Get the SHA of the last commit in the PR branch
commit_sha=$(gh pr view $pr_number --json headRefName --jq '.headRefName')
commit_sha=$(gh pr view $pr_number --json headRefOid --jq '.headRefOid')
# Get the Check Run ID by listing the check runs for the PR's head commit
check_run_id=$(gh api \
Expand Down
2 changes: 1 addition & 1 deletion scripts/tools-versions-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nanopb:
version: 0.4.6
zephyr-sdk:
version: 0.16.8
architectures: # https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.16.8 lfasd1111
architectures: # https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.16.8 aaa
- arm-zephyr-eabi
- riscv64-zephyr-elf
ccache:
Expand Down

0 comments on commit edf9956

Please sign in to comment.