chore: remove push trigger for check-openapi workflow (#26341)

This commit is contained in:
Timon 2026-02-19 13:14:26 +01:00 committed by GitHub
parent 316f86d25e
commit f965daa8d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,11 +5,6 @@ on:
paths:
- 'open-api/**'
- '.github/workflows/check-openapi.yml'
push:
branches: [main]
paths:
- 'open-api/**'
- '.github/workflows/check-openapi.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}