Skip to content

Commit

Permalink
fix(swift): try fixing swift cts specific ci (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluf22 committed Mar 25, 2024
1 parent 30207fc commit 413466b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -368,7 +368,7 @@ jobs:
- client_gen
if: |
always() &&
startsWith(github.ref, 'refs/heads/chore/prepare-release-') &&
startsWith(github.head_ref, 'chore/prepare-release-') &&
needs.setup.outputs.RUN_GEN == 'true' &&
needs.setup.outputs.RUN_MACOS_SWIFT_CTS == 'true' &&
!contains(needs.*.result, 'cancelled') &&
Expand Down

1 comment on commit 413466b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.