Skip to content

Commit 02ebf48

Browse files
committed
test signing
Signed-off-by: bakhtin <a@bakhtin.net>
1 parent bc180ce commit 02ebf48

File tree

2 files changed

+322
-320
lines changed

2 files changed

+322
-320
lines changed

.github/workflows/release-reproducible.yml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,32 @@ jobs:
2323
outputs:
2424
VERSION: ${{ steps.extract_version.outputs.VERSION }}
2525

26-
# wait-for-release:
27-
# name: wait for main release workflow
28-
# runs-on: ubuntu-latest
29-
# needs: extract-version
30-
# steps:
31-
# - name: Wait for release workflow to complete
32-
# uses: fountainhead/action-wait-for-check@v1.2.0
33-
# id: wait-for-release
34-
# with:
35-
# token: ${{ secrets.GITHUB_TOKEN }}
36-
# checkName: draft release
37-
# ref: ${{ github.sha }}
38-
39-
# - name: Check if release workflow succeeded
40-
# if: steps.wait-for-release.outputs.conclusion != 'success'
41-
# run: |
42-
# echo "Release workflow failed or was cancelled"
43-
# exit 1
26+
wait-for-release:
27+
name: wait for main release workflow
28+
runs-on: ubuntu-latest
29+
needs: extract-version
30+
steps:
31+
- name: Wait for release workflow to complete
32+
uses: fountainhead/action-wait-for-check@v1.2.0
33+
id: wait-for-release
34+
with:
35+
token: ${{ secrets.GITHUB_TOKEN }}
36+
# checkName: draft release
37+
# TODO
38+
checkName: dry run
39+
ref: ${{ github.sha }}
40+
41+
- name: Check if release workflow succeeded
42+
if: steps.wait-for-release.outputs.conclusion != 'success'
43+
run: |
44+
echo "Release workflow failed or was cancelled"
45+
exit 1
4446
4547
build-reproducible:
4648
name: build and push reproducible image and binaries
4749
# TODO: update runner
4850
runs-on: warp-ubuntu-2404-x64-2x
49-
# needs: [extract-version, wait-for-release]
50-
needs: [extract-version] # TODO
51+
needs: [extract-version, wait-for-release]
5152
permissions:
5253
packages: write
5354
contents: write

0 commit comments

Comments
 (0)