We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb5044 commit d5cd19fCopy full SHA for d5cd19f
.github/workflows/ci.yaml
@@ -19,10 +19,7 @@ concurrency:
19
jobs:
20
check:
21
name: check
22
- # Temporarily disabled Depot runner selection due connectivity issues.
23
- # Re-enable once Depot runners can reliably connect to the repository.
24
- # runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-latest' || 'ubuntu-latest' }}
25
- runs-on: ubuntu-latest
+ runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-latest' || 'ubuntu-latest' }}
26
permissions:
27
contents: read
28
actions: write
0 commit comments