From a1bb5004073ae5a8192af1e6724f9d0ea6a93a40 Mon Sep 17 00:00:00 2001 From: miosakuma Date: Thu, 22 Feb 2024 15:48:42 +0900 Subject: [PATCH] =?UTF-8?q?[CI]=20=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=81=AE=E3=83=97=E3=83=83=E3=82=B7=E3=83=A5?= =?UTF-8?q?=E3=81=AF=20e2e-test=20=E3=81=AE=E5=AF=BE=E8=B1=A1=E5=A4=96?= =?UTF-8?q?=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/e2e-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 3c469bf4..04298d3e 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -5,6 +5,10 @@ on: branches: - develop - feature/* + paths-ignore: + - "**.md" + - "LICENSE" + - "NOTICE" schedule: # UTC 時間で毎日 2:00 (JST で 11:00) に実行、月曜日から金曜日 - cron: "0 2 * * 1-5"