Skip to content

Commit 247a903

Browse files
committed
[Actions] Updated .github/workflows/reformat-sql.yml
1 parent 967a6c3 commit 247a903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reformat-sql.yml

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

3030
steps:
3131
- name: "Initialise Workspace"

0 commit comments

Comments
 (0)