Skip to content

Commit

Permalink
#42 - refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
apanasiuk-el committed Sep 3, 2024
1 parent 56a0f1b commit 2298195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-commands-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
docs-commands-update:
if: "!contains(github.event.head_commit.message, '[skip docs commands generate]')"
if: "!contains(github.event.head_commit.message, '[skip docs commands update]')"
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down

0 comments on commit 2298195

Please sign in to comment.