Skip to content

Commit

Permalink
chore: Run on self-hosted for now
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Jun 15, 2024
1 parent df73536 commit 7a44fc1
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appstore-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
build_and_publish:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, self-hosted]

# Only allowed to be run on nextcloud-releases repositories
if: ${{ github.repository_owner == 'nextcloud-releases' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- '**.vue'
lint:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, self-hosted]

needs: changes
if: needs.changes.outputs.src != 'false'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-php-cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, self-hosted]

name: php-cs

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.0.0

php-lint:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, self-hosted]
needs: matrix
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-stylelint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, self-hosted]

name: stylelint

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- '**.vue'
build:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, self-hosted]

needs: changes
if: needs.changes.outputs.src != 'false'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, self-hosted]

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- 'composer.lock'
phpunit-sqlite:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, self-hosted]

needs: [changes, matrix]
if: needs.changes.outputs.src != 'false'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
static-analysis:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, self-hosted]

name: static-psalm-analysis
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on: pull_request

jobs:
reuse-compliance-check:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, self-hosted]
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
update-nextcloud-ocp:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, self-hosted]

strategy:
fail-fast: false
Expand Down

0 comments on commit 7a44fc1

Please sign in to comment.