From 6ff85c9499b519266e08837d97e7e7e01b52ad6a Mon Sep 17 00:00:00 2001 From: hugo-syn Date: Tue, 30 Apr 2024 11:18:55 +0200 Subject: [PATCH] ci: remove empty condition, the current workflow is invalid Signed-off-by: hugo-syn --- .github/workflows/retry-test-failures.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/retry-test-failures.yml b/.github/workflows/retry-test-failures.yml index 2bcd63c65..c49ce7f8b 100644 --- a/.github/workflows/retry-test-failures.yml +++ b/.github/workflows/retry-test-failures.yml @@ -11,7 +11,6 @@ jobs: check_results_and_retry_if_needed: name: check-results-and-retry-if-needed runs-on: ubuntu-20.04 - if: steps: - name: Get token for firebase-workflow-trigger uses: tibdex/github-app-token@v1