Skip to content

Commit

Permalink
chore: migrate ci/cd pipelines to github actions and argo cd
Browse files Browse the repository at this point in the history
revert: use cancel-previous-runs action
  • Loading branch information
Prasanna Chiang committed Jan 22, 2024
1 parent a293842 commit 84205d9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84205d9

Please sign in to comment.