Skip to content

Commit

Permalink
Merge pull request #4176 from balena-io/kyle/custom-runs-on
Browse files Browse the repository at this point in the history
Replace deprecated flowzone input tests_run_on
  • Loading branch information
flowzone-app[bot] authored Feb 14, 2024
2 parents 9ea7a25 + bec0e50 commit 14c3e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
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 14c3e28

Please sign in to comment.