We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad39a5 commit abc6c92Copy full SHA for abc6c92
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
lint:
13
timeout-minutes: 10
14
name: lint
15
- runs-on: depot-ubuntu-24.04
+ runs-on: ${{ github.repository == 'stainless-sdks/openlayer-go' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
16
17
steps:
18
- uses: actions/checkout@v4
0 commit comments