Skip to content

Commit 799e156

Browse files
committed
fix: macos code signing
Signed-off-by: Adam Setch <[email protected]>
1 parent 8aa2412 commit 799e156

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,19 @@ on:
99
- main
1010

1111
jobs:
12-
prepare:
13-
name: Prepare
14-
runs-on: ubuntu-latest
15-
if: ${{ !startsWith(github.head_ref, 'release/v') }}
16-
1712
lint:
1813
name: Lint App
1914
uses: ./.github/workflows/lint.yml
20-
needs: prepare
15+
if: ${{ !startsWith(github.head_ref, 'release/v') }}
2116

2217
tests:
2318
name: Tests
2419
uses: ./.github/workflows/test.yml
2520
needs: lint
21+
if: ${{ !startsWith(github.head_ref, 'release/v') }}
2622

2723
build:
2824
name: Build
2925
uses: ./.github/workflows/build.yml
3026
needs: tests
31-
32-
33-
27+
if: ${{ !startsWith(github.head_ref, 'release/v') }}

0 commit comments

Comments
 (0)