Skip to content

Commit 70a32d1

Browse files
authored
Merge pull request #51 from rest-for-physics/pipeline-fix
Replacing custom branch pipeline by master
2 parents 5d8f7e9 + cf3cad3 commit 70a32d1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ 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/axionlib
2929
path: ${{ env.AXION_LIB_PATH }}
30-
- run: python3 ${{ env.AXION_LIB_PATH }}/pipeline/validateLibrary.py ..
30+
- run: python3 ${{ env.AXION_LIB_PATH }}/pipeline/validateLibrary.py .
3131

3232
precommit-config:
3333
name: Validate pre-commit config
@@ -36,7 +36,7 @@ jobs:
3636
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
3737
steps:
3838
- name: Checkout axionlib
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/axionlib
@@ -71,7 +71,7 @@ jobs:
7171
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
7272
needs: [ build-axionlib ]
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/axionlib
@@ -97,7 +97,7 @@ jobs:
9797
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
9898
needs: [ build-axionlib ]
9999
steps:
100-
- uses: rest-for-physics/framework/.github/actions/checkout@submodule-validation
100+
- uses: rest-for-physics/framework/.github/actions/checkout@master
101101
with:
102102
branch: ${{ env.BRANCH_NAME }}
103103
repository: rest-for-physics/axionlib
@@ -128,7 +128,7 @@ jobs:
128128
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
129129
needs: [ build-axionlib ]
130130
steps:
131-
- uses: rest-for-physics/framework/.github/actions/checkout@submodule-validation
131+
- uses: rest-for-physics/framework/.github/actions/checkout@master
132132
with:
133133
branch: ${{ env.BRANCH_NAME }}
134134
repository: rest-for-physics/axionlib
@@ -197,7 +197,7 @@ jobs:
197197
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
198198
needs: [ build-axionlib ]
199199
steps:
200-
- uses: rest-for-physics/framework/.github/actions/checkout@submodule-validation
200+
- uses: rest-for-physics/framework/.github/actions/checkout@master
201201
with:
202202
branch: ${{ env.BRANCH_NAME }}
203203
repository: rest-for-physics/axionlib

0 commit comments

Comments
 (0)