kop icon indicating copy to clipboard operation
kop copied to clipboard

[FEATURE] Skip tests CI for docs PR

Open BewareMyPower opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. There is no need to run tests when the PR is only for docs.

Describe the solution you'd like Add the file change check script like what Pulsar's Github workflows do.

      - name: Check changed files
        id: check_changes
        run: echo "::set-output name=docs_only::${{ fromJSON(steps.changes.outputs.all_count) == fromJSON(steps.changes.outputs.docs_count) && fromJSON(steps.changes.outputs.docs_count) > 0 }}"

BewareMyPower avatar Dec 28 '21 15:12 BewareMyPower

@timmyyuan Could you help with this issue?

BewareMyPower avatar Dec 28 '21 15:12 BewareMyPower