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