.gitea/workflows/action.yml aktualisiert
Some checks failed
CI / build_act (push) Failing after 53s
CI / build_php (8.1) (push) Has been skipped
CI / build_php (8.2) (push) Has been skipped
CI / build_java (17) (push) Has been skipped
CI / build_java (1_8_0) (push) Has been skipped
CI / build_java (21) (push) Has been skipped

This commit is contained in:
Snoweuph 2024-04-26 22:05:43 +00:00
parent 165250d739
commit 7f9bf0c1dc

View file

@ -7,7 +7,7 @@ on:
jobs:
build_act:
runs-on: 'ubuntu-latest'
runs-on: 'priviliged'
steps:
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
@ -32,7 +32,7 @@ jobs:
git.euph.dev/actions/runner-basic:${{ gitea.run_number }}
build_php:
runs-on: 'ubuntu-latest'
runs-on: 'priviliged'
needs: build_act
strategy:
matrix:
@ -62,7 +62,7 @@ jobs:
git.euph.dev/actions/runner-php-${{ matrix.version }}:${{ gitea.run_number }}
build_java:
runs-on: 'ubuntu-latest'
runs-on: 'priviliged'
needs: build_act
strategy:
matrix: