snapbacktoreality

This commit is contained in:
Zekins3366
2025-08-01 22:51:39 +03:00
parent 2d3730f26c
commit 36a5405aa6
13 changed files with 12 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ jobs:
if: github.actor != 'PJBot' && github.event.pull_request.draft == false
strategy:
matrix:
os: [self-hosted, linux]
os: ubuntu-latest
runs-on: ${{ matrix.os }}

View File

@@ -8,7 +8,7 @@ jobs:
build:
name: CRLF Check
if: github.event.pull_request.draft == false
runs-on: [self-hosted, linux]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Check for CRLF

View File

@@ -6,7 +6,7 @@ on:
jobs:
run:
runs-on: [self-hosted, linux]
runs-on: ubuntu-latest
if: ${{github.head_ref == 'master' || github.head_ref == 'main' || github.head_ref == 'develop'}}
steps:

View File

@@ -11,7 +11,7 @@ on:
jobs:
Label:
if: ( github.event.pull_request.draft == false ) && ( github.actor != 'IanComradeBot' )
runs-on: [self-hosted, linux]
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write

View File

@@ -9,6 +9,6 @@ jobs:
permissions:
contents: read
pull-requests: write
runs-on: [self-hosted, linux]
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5

View File

@@ -2,7 +2,7 @@ name: "Labels: Size"
on: pull_request_target
jobs:
size-label:
runs-on: [self-hosted, linux]
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/size-label-action@v0.5.5"

View File

@@ -10,7 +10,7 @@ on:
- cron: '0 1 * * *'
jobs:
build:
runs-on: [self-hosted, Linux, username:runner-0, os:ubuntu-24.04]
runs-on: ubuntu-latest
steps:
- name: Fail if we are attempting to run on the master branch

View File

@@ -8,7 +8,7 @@ on:
jobs:
diff:
name: Diff
runs-on: [self-hosted, linux]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2

View File

@@ -1,13 +0,0 @@
name: Self-hosted Windows Runner Test
on:
workflow_dispatch:
jobs:
test:
runs-on: [self-hosted, windows]
steps:
- name: Check Windows version
run: cmd /c ver
- name: Print Hello World
run: echo "Hello, World!"

View File

@@ -30,7 +30,7 @@ jobs:
build:
name: Test Packaging
if: github.actor != 'IanComradeBot' && github.event.pull_request.draft == false
runs-on: [self-hosted, linux]
runs-on: ubuntu-latest
steps:
- name: Checkout Master

View File

@@ -10,7 +10,7 @@ jobs:
yaml-schema-validation:
name: YAML RGA schema validator
if: github.actor != 'IanComradeBot' && github.event.pull_request.draft == false
runs-on: [self-hosted, linux]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Setup Submodule

View File

@@ -11,7 +11,7 @@ on:
jobs:
validate_rsis:
name: Validate RSIs
runs-on: [self-hosted, linux]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Setup Submodule

View File

@@ -11,7 +11,7 @@ jobs:
build:
name: YAML Linter
if: github.actor != 'IanComradeBot' && github.event.pull_request.draft == false
runs-on: [self-hosted, linux]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- name: Setup submodule