Skip to content

Commit

Permalink
Merge pull request #8 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 5091a03 + d27976f commit 82ffdad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
image: ghcr.io/lobis/root-geant4-garfield:rest-for-physics
steps:
- name: Checkout wimplib
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/wimplib
Expand Down

0 comments on commit 82ffdad

Please sign in to comment.