mirror of
https://github.com/kou029w/web5.pages.dev.git
synced 2025-02-02 22:58:39 +00:00
Compare commits
No commits in common. "c9d4d260094a479cbaaf1e2fe7bb2cf4d4286a34" and "22c0e324be631ef1df9dfd57cf34b7e886830bbf" have entirely different histories.
c9d4d26009
...
22c0e324be
2 changed files with 1 additions and 21 deletions
20
.github/workflows/merge-schedule.yml
vendored
20
.github/workflows/merge-schedule.yml
vendored
|
@ -1,20 +0,0 @@
|
||||||
name: merge-schedule
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
- edited
|
|
||||||
- synchronize
|
|
||||||
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 }}
|
|
|
@ -39,7 +39,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100rem;
|
width: 100rem;
|
||||||
animation-name: frames;
|
animation-name: frames;
|
||||||
animation-duration: 1s;
|
animation-duration: 2s;
|
||||||
animation-timing-function: linear;
|
animation-timing-function: linear;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue