Skip to content

Commit 81730a3

Browse files
committed
[Actions] Updated .github/workflows/reformat-yaml.yml
1 parent 247a903 commit 81730a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reformat-yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
&& ( !startsWith(github.head_ref, 'release/')
2727
&& !startsWith(github.head_ref, 'hotfix/') )
2828
&& github.actor != 'dependabot[bot]'
29-
runs-on: [self-hosted, linux, build]
29+
runs-on: ubuntu-latest
3030

3131
steps:
3232
- name: "Initialise Workspace"

0 commit comments

Comments
 (0)