Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel-Mueck authored May 16, 2024
1 parent 31e921f commit e4963f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push ]

jobs:
DeepRVAT-Pipeline-Smoke-Tests:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
shell: micromamba-shell {0}

DeepRVAT-Pipeline-Tests:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
needs: DeepRVAT-Pipeline-Smoke-Tests
steps:
- name: Check out repository code
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:


DeepRVAT-Preprocessing-Pipeline-Smoke-Tests:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:


DeepRVAT-Annotation-Pipeline-Smoke-Tests:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -131,7 +131,7 @@ jobs:


DeepRVAT-Preprocessing-Pipeline-Tests-No-QC:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
needs: DeepRVAT-Preprocessing-Pipeline-Smoke-Tests
steps:
- name: Check out repository code
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:


DeepRVAT-Preprocessing-Pipeline-Tests-With-QC:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
needs: DeepRVAT-Preprocessing-Pipeline-Smoke-Tests
steps:

Expand Down

0 comments on commit e4963f5

Please sign in to comment.