diff --git a/.github/workflows/VersionCalPRComment.yml b/.github/workflows/VersionCalPRComment.yml index 1e10f8a5480..e844cf09be8 100644 --- a/.github/workflows/VersionCalPRComment.yml +++ b/.github/workflows/VersionCalPRComment.yml @@ -8,13 +8,14 @@ on: - main paths: - '**.py' + - '!**/test_*.py' permissions: pull-requests: write jobs: version-cal: - if: contains(github.event.pull_request.labels.*.name, 'auto-cal-version') + if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-cal-version') }} runs-on: ubuntu-latest steps: - name: Set Init Version Message