Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 9c78ab9

Browse files
authored
Merge pull request #31 from Telefonica/update_labels_runners
Update labels in runs-on to use public github runners
2 parents 9ea9300 + a091ac7 commit 9c78ab9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/pdk-test-unit.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
validating:
10-
runs-on: [self-hosted-novum, self-hosted, linux]
10+
runs-on: ubuntu-20.04
1111
strategy:
1212
matrix:
1313
puppet-version: [5, 6, 7]
@@ -21,13 +21,10 @@ jobs:
2121
puppet-version: ${{ matrix.puppet-version }}
2222

2323
testing:
24-
runs-on: [self-hosted-novum, self-hosted, linux]
24+
runs-on: ubuntu-20.04
2525
strategy:
2626
matrix:
2727
puppet-version: [5, 6, 7]
28-
if: always()
29-
needs:
30-
- validating
3128
steps:
3229
- name: Clone repository
3330
uses: actions/checkout@v2

0 commit comments

Comments
 (0)