This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch providers-fab/v1-5
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/providers-fab/v1-5 by this
push:
new 0b7751de70a [providers-fab/v1-5] Add build-images workflow triggering
for provider branches (#45167) (#45168)
0b7751de70a is described below
commit 0b7751de70ae2eeab63f4cfa01c8744997f7fe38
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Dec 22 22:28:00 2024 +0100
[providers-fab/v1-5] Add build-images workflow triggering for provider
branches (#45167) (#45168)
(cherry picked from commit 351ac28c7c4dde3a611e4260bbb0f01c7618f261)
---
.github/workflows/build-images.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/build-images.yml
b/.github/workflows/build-images.yml
index 6b1160d6f17..9135dcb9d9e 100644
--- a/.github/workflows/build-images.yml
+++ b/.github/workflows/build-images.yml
@@ -25,6 +25,7 @@ on: # yamllint disable-line rule:truthy
- main
- v2-10-stable
- v2-10-test
+ - providers-[a-z]+-?[a-z]*/v[0-9]+-[0-9]+
permissions:
# all other permissions are set to none
contents: read