From 3448861d9ce3c8a8ccea39b199aa68c041be3c17 Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Sun, 5 Jan 2025 14:06:57 +0900 Subject: [PATCH 1/3] =?UTF-8?q?Change:=20PR=E3=81=AECI=E3=82=921=E5=9B=9E?= =?UTF-8?q?=E3=81=A0=E3=81=91=E8=B5=B0=E3=82=89=E3=81=9B=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b06a4b0dd0..5ffbd69907 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,7 @@ on: pull_request: branches: - "**" + - "!gh-readonly-queue" merge_group: types: [checks_requested] workflow_dispatch: From a233b53b9850a7f7d58b5e771232877ce24a3609 Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Sun, 5 Jan 2025 14:08:01 +0900 Subject: [PATCH 2/3] =?UTF-8?q?Fix:=20=E3=83=91=E3=82=BF=E3=83=BC=E3=83=B3?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ffbd69907..4d0c5fb70f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ on: pull_request: branches: - "**" - - "!gh-readonly-queue" + - "!gh-readonly-queue/**" merge_group: types: [checks_requested] workflow_dispatch: From 75ba2720553683a339089343f9065587639eeaa3 Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Sun, 5 Jan 2025 14:51:42 +0900 Subject: [PATCH 3/3] =?UTF-8?q?Change:=20merge=5Fgroup=E5=81=B4=E3=82=92?= =?UTF-8?q?=E6=B6=88=E3=81=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4d0c5fb70f..5251fb0178 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,9 +5,6 @@ on: pull_request: branches: - "**" - - "!gh-readonly-queue/**" - merge_group: - types: [checks_requested] workflow_dispatch: env: