mirror of
https://github.com/apple/container.git
synced 2026-07-14 13:37:02 +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.
18 lines
309 B
YAML
18 lines
309 B
YAML
name: container project - PR build
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened, reopened, synchronize]
|
|
|
|
jobs:
|
|
build:
|
|
name: Invoke build
|
|
uses: ./.github/workflows/common.yml
|
|
with:
|
|
release: false
|
|
secrets: inherit
|
|
permissions:
|
|
contents: read
|
|
packages: read
|
|
pages: write
|