Skip to content

Commit 8e27090

Browse files
authored
Merge pull request #99 from rest-for-physics/pipeline-fix
Replacing custom branch pipeline by master
2 parents 72b0568 + 5b64a98 commit 8e27090

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/frameworkValidation.yml

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

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

.github/workflows/validation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
container:
2323
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
2424
steps:
25-
- uses: rest-for-physics/framework/.github/actions/checkout@submodule-validation
25+
- uses: rest-for-physics/framework/.github/actions/checkout@master
2626
with:
2727
branch: ${{ env.BRANCH_NAME }}
2828
repository: rest-for-physics/rawlib
@@ -36,7 +36,7 @@ jobs:
3636
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
3737
steps:
3838
- name: Checkout rawlib
39-
uses: rest-for-physics/framework/.github/actions/checkout@submodule-validation
39+
uses: rest-for-physics/framework/.github/actions/checkout@master
4040
with:
4141
branch: ${{ env.BRANCH_NAME }}
4242
repository: rest-for-physics/rawlib
@@ -71,7 +71,7 @@ jobs:
7171
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
7272
needs: [ build-rawlib ]
7373
steps:
74-
- uses: rest-for-physics/framework/.github/actions/checkout@submodule-validation
74+
- uses: rest-for-physics/framework/.github/actions/checkout@master
7575
with:
7676
branch: ${{ env.BRANCH_NAME }}
7777
repository: rest-for-physics/rawlib
@@ -127,7 +127,7 @@ jobs:
127127
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
128128
needs: [ build-rawlib ]
129129
steps:
130-
- uses: rest-for-physics/framework/.github/actions/checkout@submodule-validation
130+
- uses: rest-for-physics/framework/.github/actions/checkout@master
131131
with:
132132
branch: ${{ env.BRANCH_NAME }}
133133
repository: rest-for-physics/rawlib

0 commit comments

Comments
 (0)