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.
This commit is contained in:
parent
60fc3b14a6
commit
ed033772cb
|
@ -6,12 +6,12 @@
|
|||
name: OCI (make)
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.github/workflows/secondary-umbrella.yaml'
|
||||
- '.github/workflows/update-elixir-patches.yaml'
|
||||
- '.github/workflows/update-otp-patches.yaml'
|
||||
- '.github/workflows/release-alphas.yaml'
|
||||
- '*.md'
|
||||
paths:
|
||||
- deps/**
|
||||
- scripts/**
|
||||
- Makefile
|
||||
- plugins.mk
|
||||
- rabbitmq-components.mk
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
otp_version:
|
||||
|
|
Loading…
Reference in New Issue