Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/fix-memoryleak' into fea…
Browse files Browse the repository at this point in the history
…ture/fix-memoryleak
  • Loading branch information
tnoho committed Jan 2, 2025
2 parents ede26ea + 79b0d71 commit 84258ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
paths-ignore:
- "**.md"
branches:
- feature/fix-memoryleak
schedule:
# UTC の 01:00 は JST だと 10:00 。
# 1-5 で 月曜日から金曜日
Expand All @@ -31,6 +33,7 @@ jobs:
contains(github.event.head_commit.message, '[e2e]') ||
contains(github.ref, 'feature/e2e-test') ||
github.event_name == 'workflow_dispatch' ||
github.event_name == 'push' ||
github.event_name == 'schedule'
}}
steps:
Expand Down Expand Up @@ -73,6 +76,7 @@ jobs:
contains(github.event.head_commit.message, '[e2e]') ||
contains(github.ref, 'feature/e2e-test') ||
github.event_name == 'workflow_dispatch' ||
github.event_name == 'push' ||
github.event_name == 'schedule'
}}
steps:
Expand Down Expand Up @@ -106,6 +110,7 @@ jobs:
contains(github.event.head_commit.message, '[e2e]') ||
contains(github.ref, 'feature/e2e-test') ||
github.event_name == 'workflow_dispatch' ||
github.event_name == 'push' ||
github.event_name == 'schedule'
}}
steps:
Expand Down

0 comments on commit 84258ff

Please sign in to comment.