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