Skip to content

Commit

Permalink
Merge pull request #451 from balena-io-modules/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 15, 2024
2 parents 708ccf7 + 961183e commit b736894
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,5 +18,5 @@ jobs:
(github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
secrets: inherit
with:
tests_run_on: '["ubuntu-latest","macos-latest","windows-2019"]'
tests_run_on: '[["ubuntu-latest"],["macos-latest"],["windows-2019"]]'
restrict_custom_actions: false

0 comments on commit b736894

Please sign in to comment.