Skip to content

Commit

Permalink
Avoid running workflow on self-hosted node.
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshzhao committed Sep 29, 2024
1 parent 8de09e0 commit 0153df1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
docker:
name: Docker build ${{ matrix.name }}
runs-on: [self-hosted, linux, x64, gpu]
runs-on: ubuntu-latest
timeout-minutes: 600
permissions:
contents: read
Expand Down
62 changes: 0 additions & 62 deletions .github/workflows/unit-tests.yaml

This file was deleted.

0 comments on commit 0153df1

Please sign in to comment.