Skip to content

Commit

Permalink
Update ref_name to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tundranerd committed Apr 25, 2024
1 parent 7614812 commit f342dd6
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-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: read # This is required for actions/checkout
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/linux-reusable-push.yml@ci/use-latest-sdk
uses: febiosoftware/febio-workflows/.github/workflows/linux-reusable-push.yml@develop
with:
aws-ami-id: ami-0590ebdb5afffb782
aws-sg-id: sg-0ca7912782cf1538b
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/macos-reusable-push.yml@ci/use-latest-sdk
uses: febiosoftware/febio-workflows/.github/workflows/macos-reusable-push.yml@develop
with:
package-name: febioheat
requires-sdk: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: read # This is required for actions/checkout
jobs:
call_workflow:
uses: febiosoftware/febio-workflows/.github/workflows/windows-reusable-push.yml@ci/use-latest-sdk
uses: febiosoftware/febio-workflows/.github/workflows/windows-reusable-push.yml@develop
with:
aws-ami-id: ami-0b18c665dbe9efa75
aws-sg-id: sg-0ca7912782cf1538b
Expand Down

0 comments on commit f342dd6

Please sign in to comment.