This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/trunk by this push: new 82f35f236 Fix GHA event trigger for dependency review workflow. 82f35f236 is described below commit 82f35f236a015f9b57920bcb3a238b14f241a33c Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Sun Jun 5 12:24:38 2022 +0200 Fix GHA event trigger for dependency review workflow. --- .github/workflows/depsreview.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/depsreview.yaml b/.github/workflows/depsreview.yaml index 209b94d50..88435f215 100644 --- a/.github/workflows/depsreview.yaml +++ b/.github/workflows/depsreview.yaml @@ -1,12 +1,8 @@ name: 'Dependency Review' on: - push: - branches: [ trunk ] pull_request: branches: [ trunk ] - schedule: - - cron: '0 3 * * *' permissions: contents: read