Skip to content

Commit

Permalink
Turn off CI build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kordejong committed Aug 7, 2023
1 parent bc718da commit c85a062
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linux Conda package
on:
push:
branches-ignore:
- "ghxyz"
- "gh583"
paths:
- ".github/workflows/linux-conda.yml"
- "source/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linux CI
on:
push:
branches-ignore:
- "ghxyz"
- "gh583"
paths:
- ".github/workflows/linux.yml"
- "environment/cmake/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: macOS Conda package
on:
push:
branches-ignore:
- "ghxyz"
- "gh583"
paths:
- ".github/workflows/macos-conda.yml"
- "source/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: macOS CI
on:
push:
branches-ignore:
- "ghxyz"
- "gh583"
paths:
- ".github/workflows/macos.yml"
- "environment/cmake/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Windows Conda package
on:
push:
branches-ignore:
- "ghxyz"
- "gh583"
paths:
- ".github/workflows/windows-conda.yml"
- "source/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Windows CI
on:
push:
branches-ignore:
- "ghxyz"
- "gh583"
paths:
- ".github/workflows/windows.yml"
- "environment/cmake/**"
Expand Down

0 comments on commit c85a062

Please sign in to comment.