Skip to content

Commit d5cd19f

Browse files
authored
ci: re-enable depot runners (#25)
GitHub permissions have been fixed, so we can switch back to depot-ubuntu-latest for the coder org. Forks continue to fall back to ubuntu-latest.
1 parent dbb5044 commit d5cd19f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ concurrency:
1919
jobs:
2020
check:
2121
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
22+
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-latest' || 'ubuntu-latest' }}
2623
permissions:
2724
contents: read
2825
actions: write

0 commit comments

Comments
 (0)