mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 14:18:57 +00:00
restore cd workflow on qa
This commit is contained in:
3
.github/workflows/cd.yml
vendored
3
.github/workflows/cd.yml
vendored
@@ -14,7 +14,6 @@ env:
|
||||
|
||||
jobs:
|
||||
build_service:
|
||||
if: false
|
||||
name: Build and Deploy the Service
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
@@ -121,7 +120,7 @@ jobs:
|
||||
|
||||
build_frontend:
|
||||
name: Build and Deploy the Console
|
||||
# needs: [build_service]
|
||||
needs: [build_service]
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
id-token: write # This is required for requesting the JWT
|
||||
|
||||
Reference in New Issue
Block a user