Skip to content

Commit 0da732c

Browse files
committed
try out continue on error
1 parent 12cfc90 commit 0da732c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2752,6 +2752,7 @@ jobs:
27522752
api-spec-backwards-compatible:
27532753
needs: [changes]
27542754
if: ${{ needs.changes.outputs.anything-py == 'true' || github.event_name == 'push' }}
2755+
continue-on-error: true
27552756
timeout-minutes: 10
27562757
name: "api-specs-backwards-compatibility"
27572758
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)