From 3cd1ba0f8dcdbd2e68d3c6b4583c60df4f35f957 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sun, 17 Mar 2024 12:26:07 +0900 Subject: [PATCH 1/2] add merge-schedule workflow --- .github/workflows/merge-schedule.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/merge-schedule.yml diff --git a/.github/workflows/merge-schedule.yml b/.github/workflows/merge-schedule.yml new file mode 100644 index 0000000..dddf068 --- /dev/null +++ b/.github/workflows/merge-schedule.yml @@ -0,0 +1,16 @@ +name: merge-schedule +on: + pull_request: + schedule: + # https://crontab.guru/every-hour + - cron: 0 * * * * +jobs: + merge_schedule: + runs-on: ubuntu-latest + steps: + - uses: gr2m/merge-schedule-action@v2 + with: + time_zone: Asia/Tokyo + require_statuses_success: "true" + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 4ccd22098e282c1d274f5c727c4d53460ab604c9 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sun, 17 Mar 2024 12:29:28 +0900 Subject: [PATCH 2/2] speed up --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f5e8bae..d14eb83 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@ display: inline-block; width: 100rem; animation-name: frames; - animation-duration: 2s; + animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }