Revert "self-hosted" (#94)

* Revert "self-hosted"
This commit is contained in:
RavMorgan
2023-05-24 01:46:12 +03:00
committed by Aviu00
parent 436eb398ce
commit a8ac3c34bc
15 changed files with 15 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ concurrency: benchmarks
jobs:
benchmark:
name: Run Benchmarks
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
with:

View File

@@ -6,7 +6,7 @@ on:
jobs:
docfx:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- name: Setup submodule

View File

@@ -56,7 +56,7 @@ jobs:
name: Build & Test Debug
needs:
- build
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: CI succeeded
run: exit 0

View File

@@ -9,7 +9,7 @@ on:
jobs:
Label:
if: github.actor != 'PJBot'
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Check for Merge Conflicts
uses: ike709/actions-label-merge-conflict@9eefdd17e10566023c46d2dc6dc04fcb8ec76142

View File

@@ -6,7 +6,7 @@ on:
jobs:
add_label:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-labels@v1
with:

View File

@@ -6,7 +6,7 @@ on:
jobs:
labeler:
if: github.actor != 'PJBot'
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:

View File

@@ -8,7 +8,7 @@ on:
jobs:
this_aint_right:
name: Submodule update in pr found
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Fail
run: exit 1

View File

@@ -10,7 +10,7 @@ on:
jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Install dependencies

View File

@@ -8,7 +8,7 @@ on:
jobs:
diff:
name: Diff
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.6.0

View File

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

View File

@@ -17,7 +17,7 @@ on:
jobs:
update-wiki:
name: Build and Publish JSON blobs to wiki
runs-on: self-hosted
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 != 'PJBot' && github.event.pull_request.draft == false
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- name: Setup Submodule

View File

@@ -11,7 +11,7 @@ on:
jobs:
validate_rsis:
name: Validate RSIs
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- name: Setup Submodule

View File

@@ -10,7 +10,7 @@ jobs:
yaml-schema-validation:
name: YAML map schema validator
if: github.actor != 'PJBot' && github.event.pull_request.draft == false
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- name: Setup Submodule

View File

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