Skip to content

Commit 82ffdad

Browse files
authored
Merge pull request #8 from rest-for-physics/pipeline-fix
Replacing custom branch pipeline by master
2 parents 5091a03 + d27976f commit 82ffdad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/frameworkValidation.yml

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
2323
steps:
2424
- name: Checkout wimplib
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/wimplib

0 commit comments

Comments
 (0)