Skip to content

Commit

Permalink
ci: run build and push images after benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
mickamy committed Jan 8, 2024
1 parent 033d83d commit e9504cb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build_and_push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ name: Build and push images

on:
workflow_dispatch:
push:
branches:
- master
workflow_run:
workflows: ["Benchmark"]
types:
- completed

concurrency:
group: ${{ github.workflow }}-${{ github.sha }}
cancel-in-progress: true

jobs:
build-and-push-base-and-bench-images:
build-base-and-bench-images:
name: Build and push base and bench images
runs-on: ubuntu-latest
timeout-minutes: 60
Expand Down Expand Up @@ -69,7 +70,7 @@ jobs:
name: Build app images
runs-on: ubuntu-latest
timeout-minutes: 60
needs: build-and-push-base-and-bench-images
needs: build-base-and-bench-images
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e9504cb

Please sign in to comment.