From 9785aa703a68b03c535c1d359f61a4c1981e680a Mon Sep 17 00:00:00 2001 From: Mary Marchini Date: Fri, 31 Jul 2020 16:14:41 -0700 Subject: [PATCH 1/2] build: fix auto-start-ci script path --- .github/workflows/auto-start-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-start-ci.yml b/.github/workflows/auto-start-ci.yml index d4c364e2bb2f52..826b80caef0c58 100644 --- a/.github/workflows/auto-start-ci.yml +++ b/.github/workflows/auto-start-ci.yml @@ -62,4 +62,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) | .[]') From 8f294986b3b5f16815e0eb65e6e48dacf59d900e Mon Sep 17 00:00:00 2001 From: Mary Marchini Date: Fri, 31 Jul 2020 17:01:21 -0700 Subject: [PATCH 2/2] build: don't run auto-start-ci on push --- .github/workflows/auto-start-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/auto-start-ci.yml b/.github/workflows/auto-start-ci.yml index 826b80caef0c58..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