We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f7e8e commit b4dec8fCopy full SHA for b4dec8f
.github/workflows/ci.yml
@@ -24,8 +24,7 @@ jobs:
24
runs-on: ${{ github.repository == 'stainless-sdks/beeper-desktop-api-go' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
25
if: |-
26
github.repository == 'stainless-sdks/beeper-desktop-api-go' &&
27
- (github.event_name == 'push' || github.event.pull_request.head.repo.fork) &&
28
- (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
+ (github.event_name == 'push' || github.event.pull_request.head.repo.fork) && (github.event_name != 'push' || github.event.head_commit.message != 'codegen metadata')
29
steps:
30
- uses: actions/checkout@v6
31
0 commit comments