This commit is contained in:
Philip Peterson 2024-12-07 03:53:32 -09:00
parent 0f42e85451
commit 8baba12c6e
No known key found for this signature in database
GPG key ID: 354311183FC6519B
3 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ on:
jobs: jobs:
analyze: analyze:
name: Analyze name: Analyze
runs-on: ubuntu-selfhosted runs-on: self-hosted
strategy: strategy:
fail-fast: false fail-fast: false

View file

@ -6,7 +6,7 @@ on:
- completed - completed
jobs: jobs:
e2e_comment: e2e_comment:
runs-on: ubuntu-selfhosted runs-on: self-hosted
if: github.event.workflow_run.event == 'pull_request' if: github.event.workflow_run.event == 'pull_request'
steps: steps:
- name: Dump Workflow run info from GitHub context - name: Dump Workflow run info from GitHub context

View file

@ -16,7 +16,7 @@ jobs:
os: os:
#- macos-latest #- macos-latest
#- ubuntu-latest #- ubuntu-latest
- ubuntu-selfhosted - self-hosted
#- macos-latest #- macos-latest
#TODO re-enable these: #TODO re-enable these:
#- windows-latest #- windows-latest
@ -121,7 +121,7 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }} key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock', 'app/yarn.lock') }}
build-linux-arm: build-linux-arm:
runs-on: ubuntu-selfhosted runs-on: self-hosted
strategy: strategy:
matrix: matrix:
include: include: