Swift: fix

This commit is contained in:
Paolo Tranquilli
2024-10-30 16:11:08 +01:00
parent df8184e0dc
commit 5e6228cf7c
2 changed files with 3 additions and 3 deletions

View File

@@ -110,7 +110,7 @@ jobs:
- uses: ./.github/actions/fetch-codeql
- uses: ./swift/actions/database-upgrade-scripts
check-no-override:
if : ${{ github.event_name == 'pull_request' }}
if : github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4