Skip to content

Commit 945610a

Browse files
committed
Add link-check-last-tagged job as dependency for
deploy job.
1 parent b648382 commit 945610a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109

110110
deploy:
111-
needs: build
111+
needs: [build, link-check-last-tagged]
112112
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
113113
runs-on: ubuntu-latest
114114
permissions:

0 commit comments

Comments
 (0)