Skip to content

Commit

Permalink
tegola_lambda CI should wait for UI to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Sep 4, 2023
1 parent 442362a commit 570d234
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on_release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:

build_tegola_lambda_amd64:
name: Build tegola_lambda on Amazon Linux (amd64)
needs: [gen_version]
needs: [gen_version,build_ui]
runs-on: ubuntu-22.04

steps:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:

build_tegola_lambda_arm64:
name: Build tegola_lambda on Amazon Linux (arm64)
needs: [gen_version]
needs: [gen_version,build_ui]
runs-on: ubuntu-22.04

steps:
Expand Down Expand Up @@ -311,4 +311,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
artifact_name: "tegola"
upload_postfix: "_windows_amd64"
upload_postfix: "_windows_amd64"

0 comments on commit 570d234

Please sign in to comment.