From 970e7964d23a270f6e35a6035857b8b4a9a288f9 Mon Sep 17 00:00:00 2001 From: Mykola Date: Sun, 19 Apr 2020 12:16:12 -0700 Subject: [PATCH] Remove image compression --- .github/workflows/compress_images.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/compress_images.yml diff --git a/.github/workflows/compress_images.yml b/.github/workflows/compress_images.yml deleted file mode 100644 index 69482013b..000000000 --- a/.github/workflows/compress_images.yml +++ /dev/null @@ -1,15 +0,0 @@ -# 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 }}