ci: remove ready_for_review type

It's only needed if a job is disabled for drafts. Otherwise it will just
run the same workflow twice.
This commit is contained in:
dundargoc 2023-02-23 20:37:58 +01:00 committed by Christian Clason
parent 4612212c72
commit 83e2e22d9e
3 changed files with 0 additions and 3 deletions

View file

@ -3,7 +3,6 @@ name: Linting and style checking
on:
push:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
luacheck:

View file

@ -5,7 +5,6 @@ on:
branches:
- "master"
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- "master"

View file

@ -5,7 +5,6 @@ on:
branches:
- "master"
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- "master"