Skip to content

Commit

Permalink
Merge pull request #70 from rest-for-physics/pipeline-fix
Browse files Browse the repository at this point in the history
Replacing custom branch pipeline by master
  • Loading branch information
juanangp authored Feb 15, 2023
2 parents 20ae34d + 5b7e891 commit fd25259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frameworkValidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ defaults:

jobs:
framework-validation:
uses: rest-for-physics/framework/.github/workflows/validation.yml@submodule-validation
uses: rest-for-physics/framework/.github/workflows/validation.yml@master
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
container:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
steps:
- uses: rest-for-physics/framework/.github/actions/checkout@submodule-validation
- uses: rest-for-physics/framework/.github/actions/checkout@master
with:
branch: ${{ env.BRANCH_NAME }}
repository: rest-for-physics/detectorlib
Expand All @@ -35,7 +35,7 @@ jobs:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
steps:
- name: Checkout detectorlib
uses: rest-for-physics/framework/.github/actions/checkout@submodule-validation
uses: rest-for-physics/framework/.github/actions/checkout@master
with:
branch: ${{ env.BRANCH_NAME }}
repository: rest-for-physics/detectorlib
Expand Down

0 comments on commit fd25259

Please sign in to comment.