From 852f7473df349bb78545a4afd0e2bb3f81ce70f9 Mon Sep 17 00:00:00 2001 From: Prasanna Chiang Date: Mon, 22 Jan 2024 10:05:03 +0800 Subject: [PATCH] chore: migrate ci/cd pipelines to github actions and argo cd use cancel-previous-runs action --- .github/workflows/ci.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad384937..1d801728 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,12 +18,10 @@ on: jobs: cancel: - runs-on: public-runner + runs-on: quid-runner steps: - name: Cancel Previous Runs - uses: styfle/cancel-workflow-action@0.9.1 - with: - all_but_latest: true + uses: quid/deploy/.github/actions/cancel-previous-runs@master test-and-deploy: runs-on: public-runner