Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(.github/workflows): ignore <producer>/README.rst
Browse files Browse the repository at this point in the history
refs: #61
jan-matejka committed Jan 2, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f6022ba commit 95e342a
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mq-cpp.yaml
Original file line number Diff line number Diff line change
@@ -7,6 +7,8 @@ on:
- "message-queue/container/base-debian/**"
- ".github/workflows/mq-cpp.yaml"
- ".github/actions/build-image/**"
paths-ignore:
- "message-queue/cpp/README.rst"

concurrency:
# Automatically cancel workflows if newer workflow started for the same
2 changes: 2 additions & 0 deletions .github/workflows/mq-golang.yaml
Original file line number Diff line number Diff line change
@@ -7,6 +7,8 @@ on:
- "message-queue/container/base-debian/**"
- ".github/workflows/mq-golang.yaml"
- ".github/actions/build-image/**"
paths-ignore:
- "message-queue/golang/README.rst"

concurrency:
# Automatically cancel workflows if newer workflow started for the same
2 changes: 2 additions & 0 deletions .github/workflows/mq-haskell.yaml
Original file line number Diff line number Diff line change
@@ -8,6 +8,8 @@ on:
- "message-queue/container/base-haskell/**"
- ".github/workflows/mq-haskell.yaml"
- ".github/actions/build-image/**"
paths-ignore:
- "message-queue/haskell/README.rst"

concurrency:
# Automatically cancel workflows if newer workflow started for the same
2 changes: 2 additions & 0 deletions .github/workflows/mq-python.yaml
Original file line number Diff line number Diff line change
@@ -7,6 +7,8 @@ on:
- "message-queue/container/base-debian/**"
- ".github/workflows/mq-python.yaml"
- ".github/actions/build-image/**"
paths-ignore:
- "message-queue/python/README.rst"

concurrency:
# Automatically cancel workflows if newer workflow started for the same
2 changes: 2 additions & 0 deletions .github/workflows/mq-rust.yaml
Original file line number Diff line number Diff line change
@@ -7,6 +7,8 @@ on:
- "message-queue/container/base-debian-testing/**"
- ".github/workflows/mq-rust.yaml"
- ".github/actions/build-image/**"
paths-ignore:
- "message-queue/rust/README.rst"

concurrency:
# Automatically cancel workflows if newer workflow started for the same

0 comments on commit 95e342a

Please sign in to comment.