Skip to content

Commit f76fd0d

Browse files
Copilotmxcl
andcommitted
Remove restrictive paths filters to enable tests in CI
Co-authored-by: mxcl <58962+mxcl@users.noreply.github.com>
1 parent 979e357 commit f76fd0d

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/checks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ on:
22
push:
33
branches:
44
- master
5-
paths:
6-
- '**/*.swift'
7-
- .github/workflows/checks.yml
85
jobs:
96
smoke:
107
runs-on: ubuntu-latest

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: CI
22
on:
33
pull_request:
4-
paths:
5-
- '**/*.swift'
6-
- .github/workflows/ci.yml
74
schedule:
85
- cron: '3 3 * * 5' # 3:03 AM, every Friday
96

0 commit comments

Comments
 (0)