Skip to content

Commit 7e421cb

Browse files
committed
faster ci
1 parent 57db01d commit 7e421cb

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

.github/workflows/check_colors_sizes.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
name: Check colors and img size
55

6-
on: [push, pull_request]
6+
on:
7+
push:
8+
branches:
9+
- master
10+
pull_request:
711

812
jobs:
913
build:

.github/workflows/check_file_location.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Maximize build space
15-
uses: easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
15+
uses: easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
1616
- uses: actions/checkout@v3
1717
- name: Set up Python 3.8
1818
uses: actions/setup-python@v4

.github/workflows/check_filename.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ on:
1414

1515
jobs:
1616
stat:
17-
17+
1818
runs-on: ubuntu-latest
1919

2020
steps:
2121
- name: Maximize build space
22-
uses: easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
22+
uses: easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
2323
- uses: actions/checkout@v3
2424
- name: Set up Python 3.8
2525
uses: actions/setup-python@v4

.github/workflows/check_stat.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Check Stat (Progress Completion)
22

33
on:
44
push:
5+
branches:
6+
- master
57
paths:
68
- 'masks/**'
79
- 'masks2/**'
@@ -18,12 +20,12 @@ on:
1820

1921
jobs:
2022
stat:
21-
23+
2224
runs-on: ubuntu-latest
2325

2426
steps:
2527
- name: Maximize build space
26-
uses: easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
28+
uses: easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
2729
- uses: actions/checkout@v3
2830
with:
2931
fetch-depth: 0

.github/workflows/dont_modify_imgs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ name: Don't modify the imgs folder
33
on:
44
push:
55
paths:
6-
- 'imgs/**'
6+
- 'imgs/**'
77
- '.github/workflows/dont_modify_imgs.yml'
88
pull_request:
99
paths:
10-
- 'imgs/**'
10+
- 'imgs/**'
1111
- '.github/workflows/dont_modify_imgs.yml'
1212

1313
jobs:
1414
check_imgs:
15-
15+
1616
runs-on: ubuntu-latest
1717

1818
steps:
1919
- name: Maximize build space
20-
uses: easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
20+
uses: easimon/maximize-build-space@67afc2d7662c9d296547435e7605cc57a1df46f3
2121
- uses: actions/checkout@v3
2222
with:
2323
fetch-depth: 0

0 commit comments

Comments
 (0)