mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-08 00:00:12 +03:00
Compare commits
2 Commits
55833908f7
...
61c6cf57bd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61c6cf57bd | ||
|
|
9c1f01a4f7 |
2
.github/workflows/deb-orchestrator.yml
vendored
2
.github/workflows/deb-orchestrator.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
GPG_SIGNING_SUBKEY_FINGERPRINT: ${{ secrets.GPG_SIGNING_SUBKEY_FINGERPRINT }}
|
||||
publish:
|
||||
needs: [ source-only, buildd, reprotest ]
|
||||
if: github.event_name != 'pull_request' && (github.ref_type == 'tag' || (github.ref_type == 'branch' && github.ref_name == 'master'))
|
||||
if: (success() || failure()) && (github.event_name != 'pull_request' && (github.ref_type == 'tag' || (github.ref_type == 'branch' && github.ref_name == 'master')))
|
||||
uses: ./.github/workflows/deb-publish.yml
|
||||
with:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user