Skip to content

Commit

Permalink
ci: dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
malud committed Sep 13, 2024
1 parent f8d99a6 commit 093449c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
test:
if: ${{ false }}
runs-on: ubuntu-latest
steps:
- name: 'wait for tests'
Expand All @@ -21,8 +20,8 @@ jobs:
build-all:
name: 'build all binaries'
runs-on: ubuntu-latest
needs:
- test
# needs:
# - test
permissions:
contents: write
packages: write
Expand Down Expand Up @@ -79,7 +78,7 @@ jobs:
name: 'sign MacOS binary'
runs-on: ubuntu-latest
needs:
- test
# - test
- build-all
strategy:
matrix:
Expand Down

0 comments on commit 093449c

Please sign in to comment.