Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
  • Loading branch information
jaci-nordic committed Jan 9, 2025
1 parent 06ef1a9 commit 0ffb530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: pull_request

jobs:
compliance_job:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
name: Run compliance checks on patch series (PR)
steps:
- name: Update PATH for west
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/create-upmerge-PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ jobs:
run: |
pip3 install -r nrf/scripts/requirements-base.txt
pip3 install -r nrf/scripts/requirements-extra.txt
pip3 inst -r nrf/scripts/requirements-extra.txt
- name: Get repo urls
working-directory: ncs
run: |
echo "SDK_ZEPHYR=$(west list zephyr -f {url} | awk -F// '{print $NF}')" >> $GITHUB_ENV
echo "SDK_MCUBOOT=$(west list mcuboot -f {url} | awk -F// '{print $NF}')" >> $GITHUB_ENV
#dummy comment

Check failure on line 37 in .github/workflows/create-upmerge-PRs.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

TRAILING_WHITESPACE

.github/workflows/create-upmerge-PRs.yml:37 trailing whitespace

Check warning on line 37 in .github/workflows/create-upmerge-PRs.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

YAMLLint (comments)

.github/workflows/create-upmerge-PRs.yml:37 missing starting space in comment

Check warning on line 37 in .github/workflows/create-upmerge-PRs.yml

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

YAMLLint (trailing-spaces)

.github/workflows/create-upmerge-PRs.yml:37 trailing spaces
- name: Try closing existing auto-upmerge PRs
run: |
SDK_ZEPHYR_PR=$(gh pr list --repo $SDK_ZEPHYR --label "auto-upmerge" --json number --jq .[0].number)
Expand Down

0 comments on commit 0ffb530

Please sign in to comment.