Skip to content

Commit 1217613

Browse files
ci: wait for correct job during release
1 parent 0f0c433 commit 1217613

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/gh-pages.deb.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@ jobs:
1414
- uses: actions/checkout@v2
1515
with:
1616
ref: gh-pages
17-
- name: Wait for host spec
17+
- name: Wait for host spec pdf
1818
uses: lewagon/wait-on-check-action@v1.1.1
1919
with:
2020
ref: ${{ github.sha }}
21-
check-name: deb-build-spec-host
21+
check-name: deb-build-spec-host-pdf
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
23-
- name: Download host spec
23+
- name: Download host spec pdf
2424
uses: marcofaggian/action-download-multiple-artifacts@v3.0.8
2525
with:
2626
names: polkadot-host-spec.pdf
2727
workflow: deb-spec-host
2828
commit: ${{ github.sha }}
2929
event: ${{ github.event_name }}
30-
- name: Wait for runtime spec
30+
- name: Wait for runtime spec pdf
3131
uses: lewagon/wait-on-check-action@v1.1.1
3232
with:
3333
ref: ${{ github.sha }}
3434
check-name: deb-build-spec-runtime
3535
repo-token: ${{ secrets.GITHUB_TOKEN }}
36-
- name: Download runtime spec
36+
- name: Download runtime spec pdf
3737
uses: marcofaggian/action-download-multiple-artifacts@v3.0.8
3838
with:
3939
names: polkadot-runtime-spec.pdf

0 commit comments

Comments
 (0)