Skip to content

Commit

Permalink
Use self-hosted CI runners
Browse files Browse the repository at this point in the history
To take advantage of the local registry cache

Change-type: patch
  • Loading branch information
pipex committed Feb 25, 2025
1 parent 90da0a6 commit 5923a27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ jobs:
github.event_name == 'pull_request_target'
)
secrets: inherit
runs_on: >
[
"self-hosted", "X64"
]
]

0 comments on commit 5923a27

Please sign in to comment.