Skip to content

Commit

Permalink
Merge pull request #186 from quid/chore/QUID-28018-migrate-ci-cd-pipe…
Browse files Browse the repository at this point in the history
…lines-to-github-actions-and-argo-cd

chore: migrate ci/cd pipelines to github actions and argo cd
  • Loading branch information
prasannachiang authored Jan 22, 2024
2 parents e3552e7 + 852f747 commit a293842
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a293842

Please sign in to comment.