Skip to content

Commit

Permalink
Change release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneh1999 committed Dec 19, 2024
1 parent 47e6010 commit 033a7d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/espresso-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ on:
- integration
- celestia-integration
tags:
# YYYYMMDD
- "20[0-9][0-9][0-1][0-9][0-3][0-9]*"
- "v[0-9]+.[0-9]+.[0-9]+-.*"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down Expand Up @@ -128,7 +127,7 @@ jobs:
# https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
# Only building for AMD64
merge_into_multiplatform_images:
# We only build the ARM images for non-PR builds, so skip this job if we're on PRs.
# We only build the ARM images for non-PR builds, so skip this job if we're on PRs.
if: github.event_name != 'pull_request'
needs:
- docker_build
Expand Down

0 comments on commit 033a7d8

Please sign in to comment.