mirror of
https://github.com/peter-evans/repository-dispatch.git
synced 2026-07-22 02:27:41 +00:00
Update workflow
This commit is contained in:
2
.github/workflows/on-repository-dispatch.yml
vendored
2
.github/workflows/on-repository-dispatch.yml
vendored
@@ -3,7 +3,7 @@ on:
|
|||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [tests]
|
types: [tests]
|
||||||
jobs:
|
jobs:
|
||||||
autopep8:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user