Commit 9353734
authored
fix(multi-runner): remove renundant default labels (#3715)
The multi runner module is adding on two places the default labels like
`self-hosted`, `os` and `arch`. The PR ensures the default labels are
only added in
[`multi-runner/runners.tf`](https://github.com/philips-labs/terraform-aws-github-runner/blob/4f257f9ff643e1f31e597a15dd9a0a65afbdc605/modules/multi-runner/runners.tf#L48)1 parent 4f257f9 commit 9353734
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments