0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-18 23:01:11 +02:00

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