Skip to content

Commit 690dfdb

Browse files
committed
AMD AMF の e2e test を頻繁にやるようにしてみる
1 parent d4e3cd7 commit 690dfdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/e2e-test-amd-amf.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ on:
1212
schedule:
1313
# UTC の 01:00 は JST だと 10:00 。
1414
# 1-5 で 月曜日から金曜日
15-
- cron: "0 1 * * 1-5"
15+
# - cron: "0 1 * * 1-5"
16+
# JST 11:00-16:00 の毎時 00 分と 30 分 (UTC 02:00-07:00)
17+
- cron: "0,30 2-7 * * 1-5"
1618

1719
env:
1820
TEST_SIGNALING_URLS: ${{ secrets.TEST_SIGNALING_URLS }}

0 commit comments

Comments
 (0)