Skip to content

Commit

Permalink
Don't run build job for nix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 committed Jul 11, 2024
1 parent cc18947 commit 84220be
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- '**.md'
- '**.gitignore'
- '**.opam'
- '**.nix'
- '**.editorconfig'
- 'LICENSE'
- 'papers/**'
Expand All @@ -16,6 +17,7 @@ on:
- '**.md'
- '**.gitignore'
- '**.opam'
- '**.nix'
- '**.editorconfig'
- 'LICENSE'
- 'papers/**'
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/nix-action-8.17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,13 @@ name: Nix CI for bundle 8.17
pull_request_target:
paths-ignore:
- .github/workflows/nix-action-8.17.yml
- '**.md'
- '**.gitignore'
- '**.opam'
- '**.editorconfig'
- 'LICENSE'
- 'papers/**'
- 'extra/docker/**'
types:
- opened
- synchronize
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/nix-action-8.18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,13 @@ name: Nix CI for bundle 8.18
pull_request_target:
paths-ignore:
- .github/workflows/nix-action-8.18.yml
- '**.md'
- '**.gitignore'
- '**.opam'
- '**.editorconfig'
- 'LICENSE'
- 'papers/**'
- 'extra/docker/**'
types:
- opened
- synchronize
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/nix-action-8.19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,13 @@ name: Nix CI for bundle 8.19
pull_request_target:
paths-ignore:
- .github/workflows/nix-action-8.19.yml
- '**.md'
- '**.gitignore'
- '**.opam'
- '**.editorconfig'
- 'LICENSE'
- 'papers/**'
- 'extra/docker/**'
types:
- opened
- synchronize
Expand Down

0 comments on commit 84220be

Please sign in to comment.