From bd127af08dda6f367e7b26c139444ca591cf3d22 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Thu, 5 Dec 2019 01:18:00 +0900 Subject: [PATCH] Update workflow --- .github/workflows/on-repository-dispatch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-repository-dispatch.yml b/.github/workflows/on-repository-dispatch.yml index ee2256a..162bbde 100644 --- a/.github/workflows/on-repository-dispatch.yml +++ b/.github/workflows/on-repository-dispatch.yml @@ -3,7 +3,7 @@ on: repository_dispatch: types: [tests] jobs: - autopep8: + tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1