Skip to content

Commit a818db8

Browse files
committed
fixup! feat(debian): add sign job
1 parent 42d72fe commit a818db8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/debian.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ jobs:
112112
runs-on: ubuntu-24.04
113113
name: Debian Signing
114114
needs: [ debian-build, debian-test ]
115-
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
115+
#FIXME: uncoment when have final signing key
116+
#if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
117+
#environment: signing
116118
steps:
117119
- name: Checkout source code
118120
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)