Skip to content

don't run for draft PRs #2

don't run for draft PRs

don't run for draft PRs #2

Workflow file for this run

name: Optimize Images
on:
pull_request:
paths:
- 'wire-ios/Wire-iOS\ Tests/ReferenceImages/**/*.png'
- 'WireUI/Tests/WireReusableUIComponentsTests/Resources/ReferenceImages/**/*.png'
jobs:
build:
if: if: github.event.pull_request.draft == false && github.event.pull_request.head.repo.full_name == github.repository

Check failure on line 9 in .github/workflows/optimize-images.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/optimize-images.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
name: calibreapp/image-actions
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Optimize Images
uses: calibreapp/image-actions@main
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
pngQuality: '100'