From 83e2e22d9e25d739093c38f0663d547dfea00cf4 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Thu, 23 Feb 2023 20:37:58 +0100 Subject: 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. --- .github/workflows/lint.yml | 1 - .github/workflows/test-queries.yml | 1 - .github/workflows/tests.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dd608d246..9f380e1c5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,6 @@ name: Linting and style checking on: push: pull_request: - types: [opened, synchronize, reopened, ready_for_review] jobs: luacheck: diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml index fd1fdce8f..5c67d503a 100644 --- a/.github/workflows/test-queries.yml +++ b/.github/workflows/test-queries.yml @@ -5,7 +5,6 @@ on: branches: - "master" pull_request: - types: [opened, synchronize, reopened, ready_for_review] branches: - "master" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a628d4d7c..0a216d2ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,7 +5,6 @@ on: branches: - "master" pull_request: - types: [opened, synchronize, reopened, ready_for_review] branches: - "master" -- cgit v1.2.3-70-g09d2