Skip to content

Commit

Permalink
Fix condition
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Nov 13, 2023
1 parent 73b413c commit f6420b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
main:
runs-on: windows-latest
environment: Production
if: github.event.inputs.docs-only
if: ${{ !github.event.inputs.docs-only }}
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit f6420b7

Please sign in to comment.