diff --git a/.github/workflows/pr-annotate-with-flake8.yml b/.github/workflows/pr-annotate-with-flake8.yml index df8926c2..779b61ba 100644 --- a/.github/workflows/pr-annotate-with-flake8.yml +++ b/.github/workflows/pr-annotate-with-flake8.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout - if: ${{ contains(['Athanasius'], github.actor) }} + if: ${{ github.actor == 'AthanasiusTEST' }} uses: actions/checkout@v2 with: fetch-depth: 0