Skip to content

Commit fd25259

Browse files
authored
Merge pull request #70 from rest-for-physics/pipeline-fix
Replacing custom branch pipeline by master
2 parents 20ae34d + 5b7e891 commit fd25259

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/frameworkValidation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ defaults:
2020

2121
jobs:
2222
framework-validation:
23-
uses: rest-for-physics/framework/.github/workflows/validation.yml@submodule-validation
23+
uses: rest-for-physics/framework/.github/workflows/validation.yml@master

.github/workflows/validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
container:
2222
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
2323
steps:
24-
- uses: rest-for-physics/framework/.github/actions/checkout@submodule-validation
24+
- uses: rest-for-physics/framework/.github/actions/checkout@master
2525
with:
2626
branch: ${{ env.BRANCH_NAME }}
2727
repository: rest-for-physics/detectorlib
@@ -35,7 +35,7 @@ jobs:
3535
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
3636
steps:
3737
- name: Checkout detectorlib
38-
uses: rest-for-physics/framework/.github/actions/checkout@submodule-validation
38+
uses: rest-for-physics/framework/.github/actions/checkout@master
3939
with:
4040
branch: ${{ env.BRANCH_NAME }}
4141
repository: rest-for-physics/detectorlib

0 commit comments

Comments
 (0)