2022-02-24 23:52:49 +00:00
|
|
|
name: imgcmp
|
|
|
|
on:
|
|
|
|
schedule:
|
|
|
|
- cron: "0 0 * * 1" # Weekly build
|
2022-02-24 23:54:32 +00:00
|
|
|
workflow_dispatch:
|
|
|
|
|
2022-02-24 23:52:49 +00:00
|
|
|
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 }}
|