Fix CICD test wait (#235)

This commit is contained in:
Sterling Dreyer 2025-01-27 14:48:33 -08:00 committed by GitHub
parent 3657fc79b6
commit 8226cb3316
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ jobs:
running-workflow-name: 'Main'
repo-token: ${{ secrets.PAT }}
wait-interval: 10
ignore-checks: "set-version"
ignore-checks: "set-version,release-and-publish"
- name: Checkout code
uses: actions/checkout@v3