diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 4f4edd679b..047125af93 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -50,9 +50,9 @@ env: NODE_OPTIONS: "--max-old-space-size=5120" jobs: - test-everything: uses: ./.github/workflows/pull-request.yml + secrets: inherit npm-check-bundle: timeout-minutes: 10 runs-on: ubuntu-22.04 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index fe5fbe3af6..2bccd08bd5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,6 +1,8 @@ name: "pull-request" on: + workflow_call: + secrets: pull_request: types: [opened, synchronize, reopened] branches: