Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tundranerd committed Feb 29, 2024
1 parent 1fbf807 commit ea590c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: CI - Linux

on:
pull_request:
types:
Expand All @@ -18,16 +17,14 @@ on:
required: false
type: boolean
default: false

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

jobs:
call_workflow:
uses: tundranerd/febio-workflows/.github/workflows/linux-reusable.yml@develop
with:
runTests: ${{ inputs.runTests && true || false }}
runTests: ${{ inputs.runTests == 'true' || github.event_name == 'pull_request' }}
package-name: febio4
package-sdk: true
aws-ami-id: ami-0590ebdb5afffb782
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ on:
description: "Run tests?"
required: false
default: false

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

jobs:
call_workflow:
uses: tundranerd/febio-workflows/.github/workflows/macos-reusable.yml@develop
Expand Down

0 comments on commit ea590c2

Please sign in to comment.