Temp disabe image compression on PR

This commit is contained in:
Mykola 2020-04-19 12:10:36 -07:00
parent 8551a95987
commit dd5a65769e
3 changed files with 15 additions and 15 deletions

View File

@ -1,15 +1,15 @@
name: Compress images
on:
push:
branches:
- master
jobs:
build:
name: calibreapp/image-actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: calibreapp/image-actions
uses: docker://calibreapp/github-image-actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# name: Compress images
# on:
# pull_request:
# branches:
# - master
# jobs:
# build:
# name: calibreapp/image-actions
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@master
# - name: calibreapp/image-actions
# uses: docker://calibreapp/github-image-actions
# env:
# GITHUB_TOKEN: ${{ secrets.DANGER_GITHUB_API_TOKEN }}