Skip to content

Commit

Permalink
fix: change local workflow filename
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Nov 2, 2023
1 parent 43f9aef commit d7cad5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ jobs:

windows-tests:
needs: [require-approval, get-team-members]
uses: ./.github/workflows/windows.yml@${{ github.ref_name }}
uses: ./.github/workflows/windows.yml

macos-tests:
needs: [require-approval, get-team-members]
uses: ./.github/workflows/macos.yml@${{ github.ref_name }}
uses: ./.github/workflows/macos.yml

linux-tests:
needs: [require-approval, get-team-members]
uses: ./.github/workflows/linux.yml@${{ github.ref_name }}
uses: ./.github/workflows/linux.yml

0 comments on commit d7cad5a

Please sign in to comment.