Skip to content

Commit

Permalink
build: specify self-host to x64 machine
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Jul 8, 2022
1 parent 840d7ac commit f6ac9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/license-check.yml
Expand Up @@ -4,11 +4,11 @@ on: push

jobs:
build:
runs-on: self-hosted
runs-on: [self-hosted, X64]
steps:
- uses: actions/checkout@v2

- name: Check License Header
uses: apache/skywalking-eyes@main
uses: apache/skywalking-eyes/header@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f6ac9ae

Please sign in to comment.