From b40ee967558e11cf50ceb44d5f8926a08cc7da68 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 28 Jul 2020 17:14:27 +0100 Subject: [PATCH] Correct syntax --- .github/workflows/pr-annotate-with-flake8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-annotate-with-flake8.yml b/.github/workflows/pr-annotate-with-flake8.yml index 58d2fc4d..e7023269 100644 --- a/.github/workflows/pr-annotate-with-flake8.yml +++ b/.github/workflows/pr-annotate-with-flake8.yml @@ -13,7 +13,7 @@ on: jobs: check_access: steps: - -name: Check annotation access + - name: Check annotation access if: ${{ github.actor != 'AthanasiusTEST' }} run: exit 1