Skip to content

Commit

Permalink
Ignore bazel steps when changing release files. (#324)
Browse files Browse the repository at this point in the history
* Ignore bazel steps when changing release files.

* Drop merge_group.
  • Loading branch information
DFINITYManu authored Apr 18, 2024
1 parent 380e63c commit 68920d6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ on:
- "main"
tags:
- "v*"
paths-ignore:
- "release-index.yaml"
- "replica-releases/**"
pull_request:
paths-ignore:
- 'release-index.yaml'
- 'replica-releases/**'
merge_group:
- "release-index.yaml"
- "replica-releases/**"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down Expand Up @@ -57,7 +59,7 @@ jobs:
########################################
# Upload container images
########################################
- name: "🔧 Login to GitHub Container Registry"
- name: "🔧 Login to GitHub Container Registry"
uses: docker/login-action@v3
with:
registry: ghcr.io
Expand Down

0 comments on commit 68920d6

Please sign in to comment.