Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-machado committed Apr 19, 2024
1 parent 4272dba commit b0153cd
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:

jobs:
call-workflow:
runs-on: ubuntu-latest
steps:

- uses: ./.github/workflows/reusable.yml
with:
dotnetVersions: '["6.0.x", "8.0.x"]'
# projectPaths: '["./AllGenericThings/AllGenericThings.csproj","./MaxDegreeOfParallelism/dotnet-stuffs.csproj"]'
uses: ./.github/workflows/reusable.yml
with:
dotnetVersions: '["6.0.x", "8.0.x"]'

0 comments on commit b0153cd

Please sign in to comment.