From 16eb609b5532207ab49623f956969f9773b1e9a0 Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Tue, 15 Feb 2022 17:18:26 +1100 Subject: [PATCH] Use tests-passed branch of discourse/discourse in tests action --- .github/workflows/plugin-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin-tests.yml b/.github/workflows/plugin-tests.yml index 855bdfec..6fe55cf4 100644 --- a/.github/workflows/plugin-tests.yml +++ b/.github/workflows/plugin-tests.yml @@ -52,7 +52,7 @@ jobs: - uses: actions/checkout@v2 with: repository: discourse/discourse - ref: "${{ (github.base_ref || github.ref) }}" + ref: "tests-passed" fetch-depth: 1 - name: Fetch Repo Name