1
0
Fork 0

Remove unused build_type

Dieser Commit ist enthalten in:
Angus McLeod 2022-07-28 20:29:01 +01:00
Ursprung 1e56477253
Commit 12e1d802a3

Datei anzeigen

@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
build_type: ["backend", "frontend-legacy", "frontend"]
build_type: ["backend", "frontend"]
steps:
- uses: actions/checkout@v3