Skip to content

Commit

Permalink
fix worflows names
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Beas authored and Victor Beas committed Dec 27, 2024
1 parent b4c57a9 commit 13d4933
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' }} # Only deploy if tests were successful
name: Deploy KhipuClientIOS to Cocoapods # https://cocoapods.org/pods/KhipuClientIOS
name: Deploy to Cocoapods # https://cocoapods.org/pods/KhipuClientIOS
runs-on: macos-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
name: Build and Test KhipuClientIOS-Example scheme using any available iPhone simulator
name: Build and Test # Builds and tests KhipuClientIOS-Example scheme using any available iPhone simulator
runs-on: macos-latest

steps:
Expand Down

0 comments on commit 13d4933

Please sign in to comment.