Skip to content

Commit c5dd29e

Browse files
committed
always checkout
1 parent 2b5ec6f commit c5dd29e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
release:
1212
runs-on: ubuntu-latest
1313
steps:
14+
- uses: actions/checkout@v4
1415
- uses: ./.github/actions/setup
1516

1617
- name: Test

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test & Build
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
concurrency:
66
group: ${{ github.workflow }}-${{ github.ref }}
@@ -10,6 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- uses: actions/checkout@v4
1314
- uses: ./.github/actions/setup
1415

1516
- name: Test with Coverage
@@ -26,6 +27,7 @@ jobs:
2627
build:
2728
runs-on: ubuntu-latest
2829
steps:
30+
- uses: actions/checkout@v4
2931
- uses: ./.github/actions/setup
3032

3133
- name: Build Dist

0 commit comments

Comments
 (0)