We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c5627 commit f7b4aeaCopy full SHA for f7b4aea
.github/workflows/docs.yml
@@ -66,16 +66,16 @@ jobs:
66
name: Publish Rust Documentation
67
needs: generate-docs
68
runs-on: ubuntu-latest
69
- if: |
70
- github.event_name == 'pull_request' &&
71
- github.repository == 'zephyr-projectr-rtos/zephyr-lang-rust'
+ # if: |
+ # github.event_name == 'pull_request' &&
+ # github.repository == 'zephyr-projectr-rtos/zephyr-lang-rust'
72
73
steps:
74
- # - name: Show github conext
75
- # env:
76
- # GITHUB_CONTEXT: ${{ toJson(github) }}
77
- # run: |
78
- # echo "$GITHUB_CONTEXT" | jq .
+ - name: Show github conext
+ env:
+ GITHUB_CONTEXT: ${{ toJson(github) }}
+ run: |
+ echo "$GITHUB_CONTEXT" | jq .
79
80
- name: Download documentation artifact
81
uses: actions/download-artifact@v3
0 commit comments