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 08a862e commit 51af8e3Copy full SHA for 51af8e3
.github/workflows/daily-build.yml
@@ -61,8 +61,7 @@ jobs:
61
fi
62
63
- name: Trigger downstream workflow (optional)
64
- uses: actions/workflow-dispatch@v3
+ uses: './.github/workflows/publish.yml'
65
if: ${{ steps.log_result.outputs.trigger_next_workflow }}
66
with:
67
ref: ${{ github.ref }}
68
- workflow_id: './repos/cgns_doc/.github/workflows/publish.yml'
0 commit comments