Skip to content

Commit

Permalink
Replace deprecated flowzone input tests_run_on
Browse files Browse the repository at this point in the history
The `custom_runs_on` array supports multiple runner labels
in nested arrays.

Change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Feb 14, 2024
1 parent 9ea7a25 commit bec0e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flowzone.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
secrets: inherit
with:
tests_run_on: '["ubuntu-20.04","windows-2019","macos-12","macos-latest-xlarge"]'
custom_runs_on: '[["ubuntu-20.04"],["windows-2019"],["macos-12"],["macos-latest-xlarge"]]'
restrict_custom_actions: false
github_prerelease: true
cloudflare_website: "etcher"

0 comments on commit bec0e50

Please sign in to comment.