diff --git a/.github/workflows/pr-emscripten.yml b/.github/workflows/pr-emscripten.yml index 1d86ece883..4587cba202 100644 --- a/.github/workflows/pr-emscripten.yml +++ b/.github/workflows/pr-emscripten.yml @@ -1,12 +1,13 @@ name: PR Emscripten on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - schedule: - - cron: '0 0 * * *' + workflow_dispatch: + # push: + # branches: [ main ] + # pull_request: + # branches: [ main ] + # schedule: + # - cron: '0 0 * * *' concurrency: group: ${{ github.workflow }}-${{ github.ref }}