Skip to content

Update commit message for the time being, switch over pendingci bot to alert in devrel, and make the unverified bot live. #104

Update commit message for the time being, switch over pendingci bot to alert in devrel, and make the unverified bot live.

Update commit message for the time being, switch over pendingci bot to alert in devrel, and make the unverified bot live. #104

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' }}