File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,18 @@ 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.workflow_run.event == 'pull_request' &&
71
+ # github.event.workflow_run.conclusion == 'success' &&
72
+ # github.repository == 'zephyrproject-rtos/zephyr-lang-rust'
73
73
74
74
steps :
75
+ - name : Show github conext
76
+ env :
77
+ GITHUB_CONTEXT : ${{ toJson(github) }}
78
+ run : |
79
+ echo "$GITHUB_CONTEXT" | jq .
80
+
75
81
- name : Download documentation artifact
76
82
uses : actions/download-artifact@v3
77
83
with :
You can’t perform that action at this time.
0 commit comments