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 88a1547 commit 70809e8Copy full SHA for 70809e8
.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/browser-use-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
46
steps:
47
- uses: actions/checkout@v4
48
0 commit comments