Skip to content

Commit

Permalink
ci: Fix ignored paths
Browse files Browse the repository at this point in the history
Also, ignore more paths for more CI noise isolation
  • Loading branch information
ribose-jeffreylau committed Dec 29, 2021
1 parent c1ccc80 commit 0f9852e
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/checkpatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- '**.adoc'
- '**.md'
- '**.nix'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
- '.cirrus.yml'
- '.github/workflows/*.yml'
- '!.github/workflows/checkpatch.yml'
- 'ci/before_install/*'
Expand All @@ -19,6 +23,15 @@ on:
- 'docs/**'
- '**.adoc'
- '**.md'
- '**.nix'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
- '.cirrus.yml'
- '.github/workflows/*.yml'
- '!.github/workflows/checkpatch.yml'
- 'ci/before_install/*'
- '!ci/before_install/linux.sh'

jobs:
build:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- '**.adoc'
- '**.md'
- '**.nix'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
- '.cirrus.yml'
- '.github/workflows/*.yml'
- '!.github/workflows/macos.yml'
- 'ci/before_install/*'
Expand All @@ -19,6 +23,15 @@ on:
- 'docs/**'
- '**.adoc'
- '**.md'
- '**.nix'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
- '.cirrus.yml'
- '.github/workflows/*.yml'
- '!.github/workflows/macos.yml'
- 'ci/before_install/*'
- '!ci/before_install/darwin.sh'

jobs:
build:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- '**.adoc'
- '**.md'
- '**.nix'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
- '.cirrus.yml'
- '.github/workflows/*.yml'
- '!.github/workflows/ubuntu.yml'
- 'ci/before_install/*'
Expand All @@ -19,6 +23,15 @@ on:
- 'docs/**'
- '**.adoc'
- '**.md'
- '**.nix'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
- '.cirrus.yml'
- '.github/workflows/*.yml'
- '!.github/workflows/ubuntu.yml'
- 'ci/before_install/*'
- '!ci/before_install/linux.sh'

jobs:
build:
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
- '**.adoc'
- '**.md'
- '**.nix'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
- '.cirrus.yml'
- '.github/workflows/*.yml'
- '!.github/workflows/windows.yml'
- 'ci/before_install/*'
Expand All @@ -19,6 +23,15 @@ on:
- 'docs/**'
- '**.adoc'
- '**.md'
- '**.nix'
- '.gitignore'
- '.gitattributes'
- '.editorconfig'
- '.cirrus.yml'
- '.github/workflows/*.yml'
- '!.github/workflows/windows.yml'
- 'ci/before_install/*'
- '!ci/before_install/msys.sh'

jobs:
build:
Expand Down

0 comments on commit 0f9852e

Please sign in to comment.