Skip to content

Commit

Permalink
yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jul 26, 2023
1 parent fad5063 commit 57d4862
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ env:
jobs:
build:
timeout-minutes: 25
runs-on: [self-hosted, linux, x64, hosted-ci-cd:ignore]
runs-on:
- 'self-hosted'
- 'linux'
- 'x64'
- 'hosted-ci-cd:ignore'

steps:
- run: fnm install ${{ inputs.nodeVersion || env.NODE_LTS_VERSION }}
Expand Down

0 comments on commit 57d4862

Please sign in to comment.