Skip to content

Commit 72274b3

Browse files
authored
chore(actions): move to new self-hosted labels (#23)
1 parent c38f648 commit 72274b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sonarqube.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ on:
1212
jobs:
1313
sonarqube:
1414
name: SonarQube
15-
runs-on: self-hosted
15+
runs-on:
16+
- self-hosted
17+
- micro
1618

1719
steps:
1820
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)