diff --git a/.github/workflows/auto-start-ci.yml b/.github/workflows/auto-start-ci.yml index d4c364e2bb2f52..b6be44b6e9c65d 100644 --- a/.github/workflows/auto-start-ci.yml +++ b/.github/workflows/auto-start-ci.yml @@ -2,7 +2,6 @@ name: Auto Start CI on: - push: schedule: # `schedule` event is used instead of `pull_request` because when a # `pull_requesst` event is triggered on a PR from a fork, GITHUB_TOKEN will @@ -62,4 +61,4 @@ jobs: ncu-config set repo ${{ env.REPOSITORY }} - name: Start CI - run: ./tools/start-ci.sh ${{ secrets.GITHUB_TOKEN }} ${{ env.OWNER }} ${{ env.REPOSITORY }} $(echo '${{ steps.get_prs_for_ci.outputs.data }}' | jq '.repository.pullRequests.nodes | map(.number) | .[]') + run: ./tools/actions/start-ci.sh ${{ secrets.GITHUB_TOKEN }} ${{ env.OWNER }} ${{ env.REPOSITORY }} $(echo '${{ steps.get_prs_for_ci.outputs.data }}' | jq '.repository.pullRequests.nodes | map(.number) | .[]')