Skip to content

Commit

Permalink
Pull correct branch of reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tundranerd committed Nov 20, 2023
1 parent fa2d505 commit c4494b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
default: false
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/linux-reusable.yml@reusable-worfklow-linux
uses: febiosoftware/febio-workflows/.github/workflows/linux-reusable.yml@develop
with:
runTests: ${{ inputs.runTests && true || false }}
package-name: febio4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
default: false
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/macos-reusable.yml@reusable-worfklow-macos
uses: febiosoftware/febio-workflows/.github/workflows/macos-reusable.yml@develop
with:
runTests: ${{ inputs.runTests && true || false }}
package-name: febio4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
default: false
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/windows-reusable.yml@reusable-worfklow-windows
uses: febiosoftware/febio-workflows/.github/workflows/windows-reusable.yml@develop
with:
runTests: ${{ inputs.runTests && true || false }}
package-name: febio4
Expand Down

0 comments on commit c4494b3

Please sign in to comment.