Create imgcmp.yml

This commit is contained in:
Steve Dogiakos 2022-02-24 16:52:49 -07:00
parent 7de0dcb1b4
commit 4c613c0164
1 changed files with 12 additions and 0 deletions

12
.github/workflows/imgcmp.yml vendored Normal file
View File

@ -0,0 +1,12 @@
name: imgcmp
on:
schedule:
- cron: "0 0 * * 1" # Weekly build
jobs:
imgcmp:
if: ${{ startsWith(github.head_ref, 'actions/imgcmp/') != true }}
runs-on: ubuntu-latest
steps:
- uses: 9sako6/imgcmp@v2.0.0
with:
token: ${{ secrets.IMGCMP_ACCESS_TOKEN }}