mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-14 04:48:40 -09:00
try fix
This commit is contained in:
parent
0f42e85451
commit
8baba12c6e
3 changed files with 4 additions and 4 deletions
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -23,7 +23,7 @@ on:
|
|||
jobs:
|
||||
analyze:
|
||||
name: Analyze
|
||||
runs-on: ubuntu-selfhosted
|
||||
runs-on: self-hosted
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
2
.github/workflows/e2e_comment.yml
vendored
2
.github/workflows/e2e_comment.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
- completed
|
||||
jobs:
|
||||
e2e_comment:
|
||||
runs-on: ubuntu-selfhosted
|
||||
runs-on: self-hosted
|
||||
if: github.event.workflow_run.event == 'pull_request'
|
||||
steps:
|
||||
- name: Dump Workflow run info from GitHub context
|
||||
|
|
|
|||
4
.github/workflows/nodejs.yml
vendored
4
.github/workflows/nodejs.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
os:
|
||||
#- macos-latest
|
||||
#- ubuntu-latest
|
||||
- ubuntu-selfhosted
|
||||
- self-hosted
|
||||
#- macos-latest
|
||||
#TODO re-enable these:
|
||||
#- windows-latest
|
||||
|
|
@ -121,7 +121,7 @@ jobs:
|
|||
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }}
|
||||
|
||||
build-linux-arm:
|
||||
runs-on: ubuntu-selfhosted
|
||||
runs-on: self-hosted
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
|
|
|||
Loading…
Reference in a new issue