Github: update runner config (#1236)
This commit is contained in:
parent
e46af576fc
commit
f6384116a1
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -15,7 +15,7 @@ env:
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: [self-hosted,Office]
|
||||
runs-on: [self-hosted,FlipperZero]
|
||||
steps:
|
||||
- name: 'Cleanup workspace'
|
||||
uses: AutoModality/action-clean@v1
|
||||
@ -166,7 +166,7 @@ jobs:
|
||||
|
||||
compact:
|
||||
if: ${{ !startsWith(github.ref, 'refs/tags') }}
|
||||
runs-on: [self-hosted,koteeq]
|
||||
runs-on: [self-hosted,FlipperZero]
|
||||
steps:
|
||||
- name: 'Cleanup workspace'
|
||||
uses: AutoModality/action-clean@v1
|
||||
|
2
.github/workflows/lint_c.yml
vendored
2
.github/workflows/lint_c.yml
vendored
@ -14,7 +14,7 @@ env:
|
||||
|
||||
jobs:
|
||||
lint_c_cpp:
|
||||
runs-on: [self-hosted,Office]
|
||||
runs-on: [self-hosted,FlipperZero]
|
||||
steps:
|
||||
- name: 'Cleanup workspace'
|
||||
uses: AutoModality/action-clean@v1
|
||||
|
2
.github/workflows/reindex.yml
vendored
2
.github/workflows/reindex.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
jobs:
|
||||
reindex:
|
||||
name: 'Reindex updates'
|
||||
runs-on: [self-hosted,Office]
|
||||
runs-on: [self-hosted,FlipperZero]
|
||||
steps:
|
||||
- name: Trigger reindex
|
||||
uses: wei/curl@master
|
||||
|
Loading…
Reference in New Issue
Block a user