Skip to content

Commit

Permalink
fix: typo in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie committed May 29, 2024
1 parent 38bea79 commit 971401f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
release:
if: github.event_name == 'refs/heads/main' && !contains(github.ref, 'refs/tags')
needs: [style, doc-build] #docs-style
needs: [code-style, doc-build] #docs-style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 971401f

Please sign in to comment.