This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 5a9c13293b remove duplicate trigger on Cron Job ITs workflow (#14013)
5a9c13293b is described below
commit 5a9c13293b7906d82176cc13c368002e36e02fdb
Author: Tejaswini Bandlamudi <[email protected]>
AuthorDate: Tue Apr 4 09:39:48 2023 +0530
remove duplicate trigger on Cron Job ITs workflow (#14013)
---
.github/workflows/cron-job-its.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.github/workflows/cron-job-its.yml
b/.github/workflows/cron-job-its.yml
index 46b1152de5..1999359708 100644
--- a/.github/workflows/cron-job-its.yml
+++ b/.github/workflows/cron-job-its.yml
@@ -24,10 +24,6 @@ on:
- master
- /^\d+\.\d+\.\d+(-\S*)?$/ # release branches
- pull_request:
- paths:
- 'owasp-dependency-check-suppressions.xml'
-
jobs:
build:
if: github.event_name == 'schedule'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]