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