Skip to content

Commit 9f0f074

Browse files
committed
WIP
1 parent 8357263 commit 9f0f074

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ concurrency:
1616

1717
jobs:
1818
lint-podspec:
19+
if: github.event_name != 'pull_request' || !contains(github.event.pull_request.title, '[skip ci]')
1920
name: Lint Podspec
2021
runs-on: macos-15
2122
steps:
@@ -41,6 +42,7 @@ jobs:
4142
pod lib lint SwiftUIIntrospect.podspec --allow-warnings
4243
4344
ci:
45+
if: github.event_name != 'pull_request' || !contains(github.event.pull_request.title, '[skip ci]')
4446
name: ${{ matrix.platform[0] }} ${{ matrix.platform[1] }}
4547
runs-on: ${{ matrix.os }}
4648
strategy:
@@ -188,6 +190,7 @@ jobs:
188190
run: fastlane test platform:${{ matrix.platform[0] }} version:${{ matrix.platform[1] }} scheme:SwiftUIIntrospectTests configuration:Debug
189191

190192
framework-archiving:
193+
if: github.event_name != 'pull_request' || !contains(github.event.pull_request.title, '[skip ci]')
191194
name: Archive Framework (${{ matrix.platform }})
192195
runs-on: macos-15
193196
strategy:

0 commit comments

Comments
 (0)