This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new c0b3039e3b2 [fix][CI] Don't run pulsar-ci-flaky workflow for PRs which
contain only document changes (#17906)
c0b3039e3b2 is described below
commit c0b3039e3b27d4c707cf6036699cd01758656bcb
Author: Lari Hotari <[email protected]>
AuthorDate: Fri Sep 30 19:59:27 2022 +0300
[fix][CI] Don't run pulsar-ci-flaky workflow for PRs which contain only
document changes (#17906)
- fix typo
---
.github/workflows/pulsar-ci-flaky.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pulsar-ci-flaky.yaml
b/.github/workflows/pulsar-ci-flaky.yaml
index 040bc4328b3..3e8a3eb46ba 100644
--- a/.github/workflows/pulsar-ci-flaky.yaml
+++ b/.github/workflows/pulsar-ci-flaky.yaml
@@ -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