Skip to content

Add changelog for introduction of FF MCP Nodes #4032

Add changelog for introduction of FF MCP Nodes

Add changelog for introduction of FF MCP Nodes #4032

name: Compress images
on:
pull_request:
branches:
- main
paths:
- '**.jpg'
- '**.jpeg'
- '**.png'
- '**.webp'
jobs:
build:
name: calibreapp/image-actions
runs-on: ubuntu-latest
if: github.repository == 'FlowFuse/website' && github.event.pull_request.head.repo.full_name == github.repository
steps:
- name: Checkout Branch
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Compress Images
id: calibre
uses: calibreapp/image-actions@f72c7c4a237181dd3b26e5935fd33b22ae4a7e26 # 1.4.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# For non-Pull Requests, run in compressOnly mode and we'll PR after.
compressOnly: ${{ github.event_name != 'pull_request' }}
pngQuality: '80'