Skip to content

Commit 60663ca

Browse files
committed
fix typo
1 parent 23ab454 commit 60663ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
run: bun jest
3838
skip-tests:
3939
if: github.base_ref != 'main'
40-
runs-on: ubuntu-lastest
40+
runs-on: ubuntu-latest
4141

4242
steps:
43-
- name: Skip tests for non-main Prisma
43+
- name: Skip tests for non-main PR
4444
run: echo "Tests skipped - PR is not targeting main branch"

0 commit comments

Comments
 (0)