Skip to content

Commit

Permalink
Merge pull request #196 from DroidKaigi/MrSmart00/feature/swiftlint-t…
Browse files Browse the repository at this point in the history
…weaks

Fix: workflow names
  • Loading branch information
MrSmart00 authored Aug 3, 2024
2 parents 02b5698 + 632fa13 commit 6e4ada4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'PR Labeler'
name: 'labeler'

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/swiftlint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: SwiftLint
name: swiftlint
on:
workflow_run:
workflows:
- PR Labeler
- labeler
types:
- completed
paths:
Expand Down

0 comments on commit 6e4ada4

Please sign in to comment.