Skip to content

Commit

Permalink
Test fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
errose28 committed Feb 21, 2024
1 parent dc3f5b2 commit 49cd014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
publish:
needs: docusaurus
# Update this to master when the website is ready to be published.
if: ${{ github.event == 'push' && github.ref_name == 'HDDS-9225-website-v2' }}
if: ${{ github.event_name == 'push' && github.ref_name == 'HDDS-9225-website-v2' }}
uses: ./.github/workflows/publish.yml

0 comments on commit 49cd014

Please sign in to comment.