Skip to content

Commit

Permalink
CI: fix 2
Browse files Browse the repository at this point in the history
fix 2

Signed-off-by: David Brown <david.brown@linaro.org>
  • Loading branch information
d3zd3z committed Dec 10, 2024
1 parent 68c5627 commit 5135a48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ jobs:
runs-on: ubuntu-latest
if: |
github.event_name == 'pull_request' &&
github.repository == 'zephyr-projectr-rtos/zephyr-lang-rust'
github.repository == 'zephyrproject-rtos/zephyr-lang-rust'
steps:
# - name: Show github conext
# - name: Show github context
# env:
# GITHUB_CONTEXT: ${{ toJson(github) }}
# run: |
# echo "$GITHUB_CONTEXT" | jq .

- name: Download documentation artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: rustdocs

Expand Down

0 comments on commit 5135a48

Please sign in to comment.