Skip to content

Commit 067645e

Browse files
committed
updated action
1 parent c37c29e commit 067645e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/daily-build.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ jobs:
6060
echo "No changes found in the previous day."
6161
fi
6262
63-
- name: Trigger downstream workflow (optional)
64-
uses: actions/github-script@v6
65-
if: ${{ steps.log_result.outputs.trigger_next_workflow }}
66-
with:
67-
script: |
68-
github.actions.createWorkflowDispatch({
69-
owner: 'CGNS',
70-
repo: 'cgns.github.io ',
71-
workflow_id: 'publish.yml',
72-
ref: ${{ github.ref }}
73-
})
63+
# - name: Trigger downstream workflow (optional)
64+
# uses: actions/github-script@v6
65+
# if: ${{ steps.log_result.outputs.trigger_next_workflow }}
66+
# with:
67+
# script: |
68+
# github.actions.createWorkflowDispatch({
69+
# owner: 'CGNS',
70+
# repo: 'cgns.github.io ',
71+
# workflow_id: 'publish.yml',
72+
# ref: ${{ github.ref }}
73+
# })

0 commit comments

Comments
 (0)