CI: Turn off bash tracing in pages.yml - missed
This commit is contained in:
parent
487437f87d
commit
e6a070b93b
|
|
@ -84,4 +84,4 @@ jobs:
|
|||
env:
|
||||
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
|
||||
PR_RUN_IDS: ${{ needs.build.outputs.pr-run-ids }}
|
||||
run: bash -x ./ci/ci-pages-notify.bash
|
||||
run: ./ci/ci-pages-notify.bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue