Muhammad Abdur Rahman Saad
commited on
Commit
·
0f5ef0e
1
Parent(s):
b0e3d06
switch workflows to self-hosted
Browse files
.github/workflows/check-size.yml
CHANGED
@@ -8,7 +8,7 @@ on: # or directly `on: [push]` to run the action on every push on
|
|
8 |
|
9 |
jobs:
|
10 |
sync-to-hub:
|
11 |
-
runs-on:
|
12 |
steps:
|
13 |
- name: Check large files
|
14 |
uses: ActionsDesk/lfs-warning@v2.0
|
|
|
8 |
|
9 |
jobs:
|
10 |
sync-to-hub:
|
11 |
+
runs-on: self-hosted
|
12 |
steps:
|
13 |
- name: Check large files
|
14 |
uses: ActionsDesk/lfs-warning@v2.0
|
.github/workflows/dev.yml
CHANGED
@@ -6,7 +6,7 @@ on:
|
|
6 |
|
7 |
jobs:
|
8 |
sync-to-hub:
|
9 |
-
runs-on:
|
10 |
steps:
|
11 |
- uses: actions/checkout@v3
|
12 |
with:
|
|
|
6 |
|
7 |
jobs:
|
8 |
sync-to-hub:
|
9 |
+
runs-on: self-hosted
|
10 |
steps:
|
11 |
- uses: actions/checkout@v3
|
12 |
with:
|
.github/workflows/main.yml
CHANGED
@@ -8,7 +8,7 @@ on:
|
|
8 |
|
9 |
jobs:
|
10 |
sync-to-hub:
|
11 |
-
runs-on:
|
12 |
steps:
|
13 |
- uses: actions/checkout@v3
|
14 |
with:
|
|
|
8 |
|
9 |
jobs:
|
10 |
sync-to-hub:
|
11 |
+
runs-on: self-hosted
|
12 |
steps:
|
13 |
- uses: actions/checkout@v3
|
14 |
with:
|
.github/workflows/pylint.yml
CHANGED
@@ -6,7 +6,7 @@ on: # or directly `on: [push]` to run the action on every push on
|
|
6 |
|
7 |
jobs:
|
8 |
build:
|
9 |
-
runs-on:
|
10 |
strategy:
|
11 |
matrix:
|
12 |
python-version: ["3.10.9"]
|
|
|
6 |
|
7 |
jobs:
|
8 |
build:
|
9 |
+
runs-on: self-hosted
|
10 |
strategy:
|
11 |
matrix:
|
12 |
python-version: ["3.10.9"]
|