Skip to content

Commit 1894a27

Browse files
committed
a55501
1 parent cc59de7 commit 1894a27

4 files changed

Lines changed: 6 additions & 213 deletions

File tree

.github/workflows/ci-gpu.yml

Lines changed: 0 additions & 212 deletions
This file was deleted.

.github/workflows/ci-macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ on:
55
push:
66
branches: [ main ]
77
paths:
8+
- ".github/workflows/**"
89
- "app/**"
910
- "tests/**"
1011
pull_request:
1112
paths:
13+
- ".github/workflows/**"
1214
- "app/**"
1315
- "tests/**"
1416

15-
1617
concurrency:
1718
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
1819
cancel-in-progress: true

.github/workflows/ci-ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
push:
66
branches: [ main ]
77
paths:
8+
- ".github/workflows/**"
89
- "app/**"
910
- "tests/**"
1011
pull_request:
1112
paths:
13+
- ".github/workflows/**"
1214
- "app/**"
1315
- "tests/**"
1416

.github/workflows/ci-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
push:
66
branches: [ main ]
77
paths:
8+
- ".github/workflows/**"
89
- "app/**"
910
- "tests/**"
1011
pull_request:
1112
paths:
13+
- ".github/workflows/**"
1214
- "app/**"
1315
- "tests/**"
1416

0 commit comments

Comments
 (0)