From c081fb9ca1992231111b431d331c0d5005145758 Mon Sep 17 00:00:00 2001 From: Maxim Martynov Date: Wed, 15 Sep 2021 11:25:13 +0300 Subject: [PATCH] Fix release pipeline --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6df5719..34f3cd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: id: wait-for-tests with: token: ${{ secrets.GITHUB_TOKEN }} - checkName: Tests done + checkName: Tests done (push) ref: ${{ github.sha }} timeoutSeconds: 3600