Skip to content

Commit

Permalink
CI: Called Workflows w/o Draft
Browse files Browse the repository at this point in the history
Only needed at callsite
  • Loading branch information
ax3l committed Dec 4, 2023
1 parent ba99be2 commit 420cb42
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/hip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
env:
CXXFLAGS: "-Werror -Wno-deprecated-declarations -Wno-error=pass-failed -fno-operator-names"
CMAKE_GENERATOR: Ninja
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- name: install dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
appleclang:
name: AppleClang@14.0 w/o MPI
runs-on: macos-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- name: Dependencies
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
CC: gcc-7
CXX: g++-7
CXXFLAGS: "-Werror -Wshadow -Woverloaded-virtual -Wunreachable-code -fno-operator-names -Wno-array-bounds"
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down Expand Up @@ -57,7 +56,6 @@ jobs:
name: GNU@10.1
runs-on: ubuntu-22.04
env: {CXXFLAGS: "-Werror -Wno-error=deprecated-declarations -Wshadow -Woverloaded-virtual -Wunreachable-code -fno-operator-names"}
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- name: Dependencies
Expand Down Expand Up @@ -109,7 +107,6 @@ jobs:
name: Clang@6.0 w/o MPI
runs-on: ubuntu-20.04
env: {CXXFLAGS: "-Werror -Wshadow -Woverloaded-virtual -Wextra-semi -Wunreachable-code -fno-operator-names -Wno-pass-failed"}
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- name: Dependencies
Expand Down Expand Up @@ -153,7 +150,6 @@ jobs:
LDFLAGS: "-fuse-ld=lld"
CXX: "clang++"
CC: "clang"
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- name: Dependencies
Expand Down Expand Up @@ -192,7 +188,6 @@ jobs:
name: CUDA@11.2 GNU@9.3.0
runs-on: ubuntu-20.04
env: {CXXFLAGS: "-fno-operator-names"}
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- name: Dependencies
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
msvc:
name: MSVC w/o MPI static release
runs-on: windows-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand All @@ -33,7 +32,6 @@ jobs:
clang:
name: Clang w/o MPI shared debug
runs-on: windows-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
Expand Down

0 comments on commit 420cb42

Please sign in to comment.