You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/03/09 11:31:31 UTC

[camel-k-runtime] branch master updated: chore(build): rmeoved unused actions

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new 8df3496  chore(build): rmeoved unused actions
8df3496 is described below

commit 8df349607ad01702245b9407188b245aa88c1d12
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Mon Mar 9 12:31:21 2020 +0100

    chore(build): rmeoved unused actions
---
 .github/workflows/pr-cleanup.yaml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/.github/workflows/pr-cleanup.yaml b/.github/workflows/pr-cleanup.yaml
deleted file mode 100644
index d406601..0000000
--- a/.github/workflows/pr-cleanup.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: Cleanup Previous Runs
-
-on:
-  schedule:
-    # * is a special character in YAML so you have to quote this string
-    - cron:  '*/5 * * * *'
-
-jobs:
-  cleanup-prs:
-    if: github.repository == 'apache/camel-k-runtime'
-    name: "Cleanup Previous Runs"
-    runs-on: ubuntu-latest
-    steps:
-      - uses: n1hility/cancel-previous-runs@v2
-        with:
-          token: ${{ secrets.GITHUB_TOKEN }}
-          workflow: ci-actions.yml