Skip to content

Commit

Permalink
128: remove label requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 6, 2023
1 parent 5b44baa commit 7ed1947
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-gpu-epetraOFF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ concurrency:

jobs:
build:
if: |
contains(github.event.pull_request.labels.*.name, 'EpetraMPI T2') ||
contains(github.event.pull_request.labels.*.name, 'EpetraMPI T3')
runs-on: self-hosted
strategy:
fail-fast: true
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci-gpu-epetraON.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ concurrency:

jobs:
build:
if: |
contains(github.event.pull_request.labels.*.name, 'EpetraMPI T2') ||
contains(github.event.pull_request.labels.*.name, 'EpetraMPI T3')
runs-on: self-hosted
strategy:
fail-fast: true
Expand Down

0 comments on commit 7ed1947

Please sign in to comment.