Skip to content

Commit

Permalink
Disable template testing on Windows (#3977)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone authored Mar 28, 2024
1 parent 99a76dc commit f5f7915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,4 @@ jobs:
shell: powershell
- name: 🧪 Test Templates
uses: ./.github/actions/test-templates
if: runner.os == 'macOS' || runner.os == 'Linux'

0 comments on commit f5f7915

Please sign in to comment.