Skip to content

Commit

Permalink
Fix typo in workflow file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed May 16, 2024
1 parent 16527d0 commit 13db776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- linux: codestyle
deploy-examples:
if: github.event_name != "pull_request"
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 13db776

Please sign in to comment.