Skip to content

Commit 0a11ca7

Browse files
committed
ci: simplify trunk jobs
1 parent 655fd3a commit 0a11ca7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,8 @@ on:
99
- main
1010

1111
jobs:
12-
build:
13-
if: ${{ github.repository_owner == 'agoric' }}
14-
runs-on: ubuntu-latest
15-
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-node@v3
18-
with:
19-
node-version: 18
20-
cache: 'yarn'
21-
cache-dependency-path: yarn.lock
22-
2312
dev-canary:
24-
needs: build
13+
if: ${{ github.repository_owner == 'agoric' }}
2514
runs-on: ubuntu-latest
2615
steps:
2716
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)