Skip to content

Commit

Permalink
Refactor workflow ymls
Browse files Browse the repository at this point in the history
  • Loading branch information
kordejong committed Jul 19, 2024
1 parent 11ce72b commit c1f28a5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 17 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Conda packages
on:
pull_request:
types: [opened, reopened, synchronize, closed]
push:
branches-ignore:
- "ghxyz"
paths:
- ".github/workflows/conda.yml"
- "source/**"
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/linux-consume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ name: Linux consume LUE
on:
pull_request:
types: [opened, reopened, synchronize]
branches-ignore:
- "*"
push:
branches-ignore:
- "*"
paths:
- "conanfile.py"
- ".github/workflows/linux-consume.yml"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ name: Linux CI
on:
pull_request:
types: [opened, reopened, synchronize, closed]
push:
branches-ignore:
- "ghxyz"
paths:
- ".github/actions/**"
- ".github/workflows/linux.yml"
- "conanfile.py"
- "CMakePresets.json"
- "CMakeHPXPresets.json"
- "documentation/doc/**"
- "environment/cmake/**"
- "environment/script/write_conan_profile.py"
- "source/**"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: macOS CI
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches-ignore:
- "ghxyz"
paths:
- ".github/actions/**"
- ".github/workflows/macos.yml"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Windows CI
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches-ignore:
- "ghxyz"
paths:
- ".github/actions/**"
- ".github/workflows/windows.yml"
Expand Down

0 comments on commit c1f28a5

Please sign in to comment.