Skip to content

Commit d09223b

Browse files
committed
rename workflows
1 parent 3d0046c commit d09223b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/branches.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test and check
1+
name: Branches
22
on:
33
push:
44
branches-ignore: ['main']
@@ -8,6 +8,7 @@ env:
88

99
jobs:
1010
test:
11+
name: Test & Check
1112
runs-on: ubuntu-24.04
1213
timeout-minutes: 10
1314
strategy:

.github/workflows/evals.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ env:
77

88
jobs:
99
eval:
10+
name: Eval
1011
runs-on: ubuntu-24.04
1112
timeout-minutes: 10
1213
steps:

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919
- uses: ./.github/actions/setup
2020

21+
# Run tests & checks before deploying
2122
- name: Syncpack lint
2223
run: pnpm check:deps
2324
- name: Run linter

0 commit comments

Comments
 (0)