Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

Commit 2109619

Browse files
committed
change workflow
1 parent 8d8e0e4 commit 2109619

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
jobs:
77
changes:
8-
runs-on: ubuntu-latest-low
8+
runs-on: ubuntu-latest
99

1010
outputs:
1111
src: ${{ steps.changes.outputs.src}}
@@ -22,7 +22,7 @@ jobs:
2222
- 'charts/nextcloud/templates/**'
2323
2424
lint:
25-
runs-on: ubuntu-latest-low
25+
runs-on: ubuntu-latest
2626
needs: changes
2727
if: needs.changes.outputs.src != 'false'
2828
steps:
@@ -162,7 +162,7 @@ jobs:
162162
exit $EXIT
163163
164164
summary:
165-
runs-on: ubuntu-latest-low
165+
runs-on: ubuntu-latest
166166
needs: [changes, test]
167167
if: always()
168168
steps:

0 commit comments

Comments
 (0)