Scope delivery checks and isolate build jobs #1

Merged
wayfinderak merged 4 commits from feat/delivery-streamlining-20260911 into main 2026-09-11 09:47:03 +00:00
Showing only changes of commit 9c3e88c200 - Show all commits
+5
View File
@@ -8,6 +8,11 @@ on:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.pull_request.number
|| github.run_id }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
docker:
runs-on: butler-ci