File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -66,17 +66,16 @@ jobs:
66
66
name : Publish Rust Documentation
67
67
needs : generate-docs
68
68
runs-on : ubuntu-latest
69
- # if: |
70
- # github.event.workflow_run.event == 'pull_request' &&
71
- # github.event.workflow_run.conclusion == 'success' &&
72
- # github.repository == 'zephyrproject-rtos/zephyr-lang-rust'
69
+ if : |
70
+ github.event_name == 'pull_request' &&
71
+ github.repository == 'zephyr-projectr-rtos/zephyr-lang-rust'
73
72
74
73
steps :
75
- - name : Show github conext
76
- env :
77
- GITHUB_CONTEXT : ${{ toJson(github) }}
78
- run : |
79
- echo "$GITHUB_CONTEXT" | jq .
74
+ # - name: Show github conext
75
+ # env:
76
+ # GITHUB_CONTEXT: ${{ toJson(github) }}
77
+ # run: |
78
+ # echo "$GITHUB_CONTEXT" | jq .
80
79
81
80
- name : Download documentation artifact
82
81
uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments