From 912f82ce386675026a1f23fa74929cc9d37a0e0a Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 28 Jul 2020 17:15:14 +0100 Subject: [PATCH] Needs a runs-on for the check_access --- .github/workflows/pr-annotate-with-flake8.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-annotate-with-flake8.yml b/.github/workflows/pr-annotate-with-flake8.yml index e7023269..ddfa09c8 100644 --- a/.github/workflows/pr-annotate-with-flake8.yml +++ b/.github/workflows/pr-annotate-with-flake8.yml @@ -12,6 +12,7 @@ on: jobs: check_access: + runs-on: ubuntu-18.04 steps: - name: Check annotation access if: ${{ github.actor != 'AthanasiusTEST' }}