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/10/23 15:42:05 UTC

[camel-k-runtime] branch master updated: build(actions): fix cancel stale workflow job

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 a1a8226  build(actions): fix cancel stale workflow job
a1a8226 is described below

commit a1a82260dc859ad4073d27ed58b52ad61b4c8f8d
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Fri Oct 23 17:41:49 2020 +0200

    build(actions): fix cancel stale workflow job
---
 .github/workflows/ci-build-cleanup.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build-cleanup.yaml b/.github/workflows/ci-build-cleanup.yaml
index 650a010..5ae197a 100644
--- a/.github/workflows/ci-build-cleanup.yaml
+++ b/.github/workflows/ci-build-cleanup.yaml
@@ -30,4 +30,4 @@ jobs:
         uses: n1hility/cancel-previous-runs@v2
         with:
           token: ${{ secrets.GITHUB_TOKEN }}
-          workflow: ci-build.yaml
+          workflow: ci-build.yml