From c35e05558ce7fc1baae66882eb708c31febac640 Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Tue, 22 Oct 2024 12:07:16 +0200 Subject: [PATCH] Revert "Try running the branch's automation" This reverts commit 5e3d2471ac6a2dff93fe694dd682db935bbe7cbe. --- .github/workflows/pull-request-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-automation.yml b/.github/workflows/pull-request-automation.yml index 76da00fcf2fdfd..8bbe9c5627b210 100644 --- a/.github/workflows/pull-request-automation.yml +++ b/.github/workflows/pull-request-automation.yml @@ -14,7 +14,7 @@ jobs: # isn't necessarily `trunk` (e.g. in the case of a merge). - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: - ref: revert-66270-revert-65681-managing-packages + ref: trunk show-progress: ${{ runner.debug == '1' && 'true' || 'false' }} - name: Use desired version of Node.js