Skip to content

Commit

Permalink
Fix GHA other dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed May 15, 2024
1 parent d27bda3 commit 8529b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
Deploy:
runs-on: ubuntu-latest
needs: [Test,Lint,Doc]
needs: [Doc]
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')

steps:
Expand Down

0 comments on commit 8529b59

Please sign in to comment.