Scope delivery checks and isolate build jobs #1

Merged
wayfinderak merged 5 commits from feat/delivery-streamlining-20260911 into master 2026-09-11 09:45:59 +00:00
Showing only changes of commit 198c3e7952 - Show all commits
+5
View File
@@ -11,6 +11,11 @@ on:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number
|| github.run_id }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
build-and-push:
runs-on: butler-ci