Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Mar 28, 2024
1 parent d8a1ba4 commit 2615355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ jobs:

PublishModule:
name: Publish module
if: ${{ jobs.TestModule.result == 'success' && jobs.LintDocs.result == 'success' }}
if: ${{ needs.TestModule.result == 'success' && needs.LintDocs.result == 'success' }}
needs:
- TestModule
- LintDocs
Expand Down

0 comments on commit 2615355

Please sign in to comment.