Skip to content

Commit 7227675

Browse files
committed
Set paths to trigger CI
1 parent cf55f8e commit 7227675

File tree

4 files changed

+20
-9
lines changed

4 files changed

+20
-9
lines changed

.github/workflows/publish-documentation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Publish documentation
22

33
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- src/docs/**
49
workflow_dispatch:
510

611
jobs:

.github/workflows/test-alphas.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- src/**
9+
- '!src/docs/**'
10+
- pom.xml
11+
- ci/**
712
schedule:
813
- cron: '0 4 * * *'
914
workflow_dispatch:

.github/workflows/test-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths:
8+
- src/**
9+
- '!src/docs/**'
10+
- pom.xml
11+
- ci/**
712
workflow_dispatch:
813

914
jobs:

.github/workflows/test.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- src/**
9+
- '!src/docs/**'
10+
- pom.xml
11+
- ci/**
712
workflow_dispatch:
813

914
jobs:
@@ -88,12 +93,3 @@ jobs:
8893
client-payload: >-
8994
{"archive_url" : "https://github.com/rabbitmq/rabbitmq-java-tools-binaries-dev/releases/download/${{ env.tag_name }}/perf-test-${{ env.release_version}}.jar",
9095
"tags": "pivotalrabbitmq/perf-test:dev,pivotalrabbitmq/perf-test:dev-${{ env.release_version }}"}
91-
- name: Generate documentation
92-
run: |
93-
rm -rf target/generated-docs
94-
make doc
95-
- name: Commit documentation changes
96-
run: |
97-
git config user.name "rabbitmq-ci"
98-
git config user.email "[email protected]"
99-
ci/commit-documentation.sh

0 commit comments

Comments
 (0)