Skip to content

Commit 419f42a

Browse files
committed
CI: fix 2
fix 2 Signed-off-by: David Brown <[email protected]>
1 parent 68c5627 commit 419f42a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ jobs:
6868
runs-on: ubuntu-latest
6969
if: |
7070
github.event_name == 'pull_request' &&
71-
github.repository == 'zephyr-projectr-rtos/zephyr-lang-rust'
71+
github.repository == 'zephyrproject-rtos/zephyr-lang-rust'
7272
7373
steps:
74-
# - name: Show github conext
74+
# - name: Show github context
7575
# env:
7676
# GITHUB_CONTEXT: ${{ toJson(github) }}
7777
# run: |

0 commit comments

Comments
 (0)