diff options
| author | dundargoc <gocdundar@gmail.com> | 2023-02-23 20:37:58 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-02-23 21:03:02 +0100 |
| commit | 83e2e22d9e25d739093c38f0663d547dfea00cf4 (patch) | |
| tree | 9c0e13c8f210825ac9960cfee8d38aed8d81b073 | |
| parent | docs: fix typos (diff) | |
| download | nvim-treesitter-83e2e22d9e25d739093c38f0663d547dfea00cf4.tar nvim-treesitter-83e2e22d9e25d739093c38f0663d547dfea00cf4.tar.gz nvim-treesitter-83e2e22d9e25d739093c38f0663d547dfea00cf4.tar.bz2 nvim-treesitter-83e2e22d9e25d739093c38f0663d547dfea00cf4.tar.lz nvim-treesitter-83e2e22d9e25d739093c38f0663d547dfea00cf4.tar.xz nvim-treesitter-83e2e22d9e25d739093c38f0663d547dfea00cf4.tar.zst nvim-treesitter-83e2e22d9e25d739093c38f0663d547dfea00cf4.zip | |
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.
| -rw-r--r-- | .github/workflows/lint.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/test-queries.yml | 1 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 1 |
3 files changed, 0 insertions, 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" |
