Skip to content

Commit

Permalink
Switch to new custom syntax
Browse files Browse the repository at this point in the history
change-type: patch
  • Loading branch information
ab77 authored Jul 22, 2024
1 parent 7099ac3 commit 60cf57c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ jobs:
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
secrets: inherit
with:
custom_runs_on: '[["windows-2019"]]'
custom_test_matrix: >
{
"os": [["windows-2019"]]
}
restrict_custom_actions: false

0 comments on commit 60cf57c

Please sign in to comment.