Skip to content

Commit

Permalink
chore(ci): only publish deb on stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Dec 14, 2023
1 parent 457baeb commit 5235a63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ jobs:
deb:
runs-on: ubuntu-latest
if: inputs.stable
needs: [create_release, distribution]
steps:
- uses: actions/checkout@v4
Expand All @@ -592,7 +593,7 @@ jobs:
gpg_signing_key: ${{ secrets.GPG_KEY_DEB }}

sha256sums:
needs: [create_release, linux, macos, distribution]
needs: [create_release, linux, macos]
runs-on: ubuntu-latest
steps:
- name: checkout
Expand Down Expand Up @@ -661,6 +662,7 @@ jobs:
name: test-sqlsmith

bindings_python:
if: inputs.stable
needs: create_release
uses: ./.github/workflows/bindings.python.yml
secrets: inherit
Expand All @@ -676,7 +678,6 @@ jobs:
- docker_combined
- docker_separate
- distribution
- deb
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5235a63

Please sign in to comment.