.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
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:
parent
165250d739
commit
7f9bf0c1dc
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue