Skip to content

Commit

Permalink
[repo] only do swift runs if relevant
Browse files Browse the repository at this point in the history
  • Loading branch information
yretenai committed Dec 3, 2024
1 parent 08e7847 commit 8611749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/swift-codequality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on: [push]

jobs:
swift-cq:
if: "contains(github.event.head_commit.message, '[swift]')"
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/swift-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on: [push]

jobs:
swift-test:
if: "contains(github.event.head_commit.message, '[swift]')"
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 8611749

Please sign in to comment.