Skip to content

Commit 09b7b90

Browse files
authored
remove outdated comment
1 parent 9baecf9 commit 09b7b90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,7 @@ jobs:
677677
678678
build:
679679
# This builds and publishes ghcr.io/coder/coder-preview:main for each commit
680-
# to main branch. We are only building this for amd64 platform. (>95% pulls
681-
# are for amd64)
680+
# to main branch.
682681
needs: changes
683682
if: github.ref == 'refs/heads/main' && needs.changes.outputs.docs-only == 'false' && !github.event.pull_request.head.repo.fork
684683
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}

0 commit comments

Comments
 (0)