This is an automated email from the ASF dual-hosted git repository.
martin-g pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new efca66004 chore(ci): Execute the "Dependencies" workflow on push to
main and for PRs (#1782)
efca66004 is described below
commit efca66004e1bbe8524bfa6f2ff379d7d4f8ec8da
Author: Martin Grigorov <[email protected]>
AuthorDate: Wed May 27 22:29:16 2026 +0300
chore(ci): Execute the "Dependencies" workflow on push to main and for PRs
(#1782)
---
.github/workflows/dependencies.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/dependencies.yml
b/.github/workflows/dependencies.yml
index 7caa93ccf..63f7f4da5 100644
--- a/.github/workflows/dependencies.yml
+++ b/.github/workflows/dependencies.yml
@@ -23,8 +23,7 @@ concurrency:
on:
push:
- branches-ignore:
- - "gh-readonly-queue/**"
+ branches: [ "main" ]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]