Skip to content

Commit

Permalink
[CI] ドキュメントのプッシュは e2e-test の対象外にする
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Feb 22, 2024
1 parent caa56cc commit a1bb500
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a1bb500

Please sign in to comment.