diff --git a/.github/workflows/pr-annotate-with-flake8.yml b/.github/workflows/pr-annotate-with-flake8.yml index 54e91393..fe6f60ef 100644 --- a/.github/workflows/pr-annotate-with-flake8.yml +++ b/.github/workflows/pr-annotate-with-flake8.yml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout + # This check isn't correct, it only worked for branches within the + # repo. if: ${{ github.actor == 'Athanasius' }} uses: actions/checkout@v2 with: