Skip to content

Commit f7b4aea

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/docs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@ jobs:
6666
name: Publish Rust Documentation
6767
needs: generate-docs
6868
runs-on: ubuntu-latest
69-
if: |
70-
github.event_name == 'pull_request' &&
71-
github.repository == 'zephyr-projectr-rtos/zephyr-lang-rust'
69+
# if: |
70+
# github.event_name == 'pull_request' &&
71+
# github.repository == 'zephyr-projectr-rtos/zephyr-lang-rust'
7272

7373
steps:
74-
# - name: Show github conext
75-
# env:
76-
# GITHUB_CONTEXT: ${{ toJson(github) }}
77-
# run: |
78-
# echo "$GITHUB_CONTEXT" | jq .
74+
- name: Show github conext
75+
env:
76+
GITHUB_CONTEXT: ${{ toJson(github) }}
77+
run: |
78+
echo "$GITHUB_CONTEXT" | jq .
7979
8080
- name: Download documentation artifact
8181
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)