Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Mar 11, 2024
1 parent 74efc92 commit 9932aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
build_documentation_job:
name: 🛠 Build Documentation Job
if: |
# github.ref == 'refs/heads/main'
github.event_name == 'push'
&& !startsWith(github.event.head_commit.message, 'style:')
&& !startsWith(github.event.head_commit.message, 'style(')
&& !startsWith(github.event.head_commit.message, 'chore:')
&& !startsWith(github.event.head_commit.message, 'chore(')
# github.ref == 'refs/heads/main'
strategy:
fail-fast: true
matrix:
Expand Down

0 comments on commit 9932aa9

Please sign in to comment.