Skip to content

Commit

Permalink
OIDC MacOS push and pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
tundranerd committed Mar 2, 2024
1 parent a383257 commit f83ab70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-pull-request.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: tundranerd/febio-workflows/.github/workflows/macos-reusable.yml@develop
uses: tundranerd/febio-workflows/.github/workflows/macos-reusable-pull-request.yml@oidc-wip-aws
with:
runTests: true
package-name: febio4
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 @@ -15,7 +15,7 @@ permissions:
contents: read # This is required for actions/checkout
jobs:
call_workflow:
uses: tundranerd/febio-workflows/.github/workflows/macos-reusable.yml@develop
uses: tundranerd/febio-workflows/.github/workflows/macos-reusable-push.yml@oidc-wip-aws
with:
runTests: ${{ inputs.runTests == 'true' }}
package-name: febio4
Expand Down

0 comments on commit f83ab70

Please sign in to comment.