Skip to content

Make stale events loop permissive on the actual event type #114

Make stale events loop permissive on the actual event type

Make stale events loop permissive on the actual event type #114

Workflow file for this run

name: Build Docker Images
on:
pull_request:
workflow_call:
concurrency:
# SHA is added to the end if on `main` to let all main workflows run
group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}-${{ (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/heads/long_lived/')) && github.sha || '' }}
cancel-in-progress: true
jobs:
package:
uses: Chia-Network/actions/.github/workflows/docker-build.yaml@main
with:
push: ${{ github.event_name != 'pull_request' }}