mirror of
https://github.com/apple/container.git
synced 2026-07-15 05:57:01 +00:00
4ac18b54f3
- Disabled tests that failed with release config. - Changed so merge builds build with release config so this doesn't burn us next release. - Added `swift --version` to Makefile so we can see what we're running up in CI.
20 lines
305 B
YAML
20 lines
305 B
YAML
name: container project - merge build
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
- release/*
|
|
|
|
jobs:
|
|
build:
|
|
name: Invoke build
|
|
uses: ./.github/workflows/common.yml
|
|
with:
|
|
release: true
|
|
secrets: inherit
|
|
permissions:
|
|
contents: read
|
|
packages: read
|
|
pages: write
|