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 6996244 commit a1760f4Copy full SHA for a1760f4
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
permissions:
43
contents: read
44
id-token: write
45
- runs-on: depot-ubuntu-24.04
+ runs-on: ${{ github.repository == 'stainless-sdks/knock-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
46
steps:
47
- uses: actions/checkout@v4
48
0 commit comments