From e714ae38d02fdcc79a826cdb9531d900cd956b1b Mon Sep 17 00:00:00 2001 From: Cory Johns Date: Mon, 17 May 2021 15:07:44 -0400 Subject: [PATCH] Secrets cannot be used in job conditions https://github.com/actions/runner/issues/520 --- .github/workflows/e2e.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index a9cbab6..74a441e 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -36,7 +36,6 @@ jobs: exit $? test-aws: - if: ${{ secrets.CREDENTIALS_YAML }} runs-on: self-hosted name: Test AWS environment steps: