We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d72fe commit a818db8Copy full SHA for a818db8
1 file changed
.github/workflows/debian.yml
@@ -112,7 +112,9 @@ jobs:
112
runs-on: ubuntu-24.04
113
name: Debian Signing
114
needs: [ debian-build, debian-test ]
115
- if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
+ #FIXME: uncoment when have final signing key
116
+ #if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
117
+ #environment: signing
118
steps:
119
- name: Checkout source code
120
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
0 commit comments