Skip to content

Commit

Permalink
[fix][CI] Don't run pulsar-ci-flaky workflow for PRs which contain on…
Browse files Browse the repository at this point in the history
…ly document changes (#17906)

- fix typo
  • Loading branch information
lhotari authored Sep 30, 2022
1 parent 2891d5c commit c0b3039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pulsar-ci-flaky.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
name: Flaky tests suite
runs-on: ubuntu-20.04
timeout-minutes: 100
if: ${{ needs.changed_files_job.outputs.docs_only != 'true' != 'true' }}
if: ${{ needs.changed_files_job.outputs.docs_only != 'true' }}
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit c0b3039

Please sign in to comment.