Skip to content

Commit b20b4a3

Browse files
ci: converge scaffold to the terminal direct caller (F15 uniformity, swift-institute/.github#395)
1 parent 949be1e commit b20b4a3

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,23 @@ on:
44
push:
55
branches:
66
- main
7-
tags:
8-
- '*'
97
pull_request:
108
branches:
119
- main
1210
workflow_dispatch:
1311

12+
permissions:
13+
actions: read
14+
contents: read
15+
1416
concurrency:
1517
group: ci-${{ github.ref }}
1618
cancel-in-progress: true
1719

1820
jobs:
19-
# Build + test matrix — see swift-foundations/.github/.github/workflows/swift-ci.yml (layer wrapper)
2021
ci:
21-
uses: swift-foundations/.github/.github/workflows/swift-ci.yml@main
22-
secrets: inherit
23-
24-
# DocC umbrella-catalog pipeline per [DOC-019a] — see
25-
# swift-foundations/.github/.github/workflows/swift-docs.yml
26-
docs:
27-
uses: swift-foundations/.github/.github/workflows/swift-docs.yml@main
28-
secrets: inherit
22+
if: ${{ !github.event.repository.private }}
23+
name: ci / matrix
24+
uses: swift-institute/.github/.github/workflows/swift-ci.yml@main
25+
with:
26+
lint-bundle: institute

0 commit comments

Comments
 (0)