Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
run: make test
e2e:
name: E2E
runs-on:
labels: ubuntu-latest-16-cores
runs-on: oracle-16cpu-64gb-x86-64
# Pull requests from the same repository won't trigger this checks as they were already triggered by the push
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
strategy:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/mpi-operator-docker-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ env:

jobs:
build-push-docker-image:
runs-on:
labels: ubuntu-latest-16-cores
runs-on: oracle-16cpu-64gb-x86-64
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
Loading