Skip to content

Commit 02535e3

Browse files
Zerpetikavgo
authored andcommitted
Trigger OCI builds only on code changes
Prior to this change, we built the OCI for almost any change. That doesn't make sense. For example, when there were changes to CI, it didn't make because RabbitMQ had not changed. CI will now build dev OCI images when there are actual code changes, or changes to rabbit dependencies.
1 parent 29715bc commit 02535e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/oci-make.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
name: OCI (make)
77
on:
88
push:
9-
paths-ignore:
10-
- '.github/workflows/secondary-umbrella.yaml'
11-
- '.github/workflows/update-elixir-patches.yaml'
12-
- '.github/workflows/update-otp-patches.yaml'
13-
- '.github/workflows/release-alphas.yaml'
14-
- '*.md'
9+
paths:
10+
- deps/**
11+
- scripts/**
12+
- Makefile
13+
- plugins.mk
14+
- rabbitmq-components.mk
1515
workflow_dispatch:
1616
inputs:
1717
otp_version:

0 commit comments

Comments
 (0)