Skip to content

Commit

Permalink
Replacing custom branch pipeline by master
Browse files Browse the repository at this point in the history
  • Loading branch information
juanangp committed Feb 14, 2023
1 parent 5091a03 commit d27976f
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 d27976f

Please sign in to comment.