Skip to content

Commit 542157d

Browse files
ci: converge to the terminal direct caller (F14, swift-institute/.github#394)
1 parent e642f14 commit 542157d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
tags:
8-
- '*'
97
pull_request:
108
branches:
119
- main
@@ -21,5 +19,8 @@ concurrency:
2119

2220
jobs:
2321
ci:
24-
uses: swift-foundations/.github/.github/workflows/swift-ci.yml@main
25-
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)