Skip to content

Commit e9af791

Browse files
committed
Update workflows
1 parent f89be02 commit e9af791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
on_pull_request:
1212
if: github.event_name == 'pull_request'
13-
name: Run tuist
13+
name: Pull request checks
1414
runs-on: macos-26
1515
steps:
1616
- name: Checkout
@@ -58,7 +58,7 @@ jobs:
5858

5959
on_developer_push:
6060
if: github.event_name == 'push'
61-
name: Build iOS App
61+
name: Cache warmup
6262
runs-on: macos-26
6363
steps:
6464
- name: Checkout

0 commit comments

Comments
 (0)