Skip to content

Commit

Permalink
feat: Cancel previous workflow on push (#77)
Browse files Browse the repository at this point in the history
* feat:  Implement multi provider support (#59)

* feat(multi-provider support): Implement multi-provider support, adjust tests

Signed-off-by: Bence Csati <[email protected]>

* fix(e2e): Adjust e2e tests

Signed-off-by: Bence Csati <[email protected]>

* chore(README): e2e

Signed-off-by: Bence Csati <[email protected]>

* fix(e2e): put back single-provider tests

Signed-off-by: Bence Csati <[email protected]>

* fix(env_store.go): fix remarks

Signed-off-by: Bence Csati <[email protected]>

* chore: minor fixes

Signed-off-by: Bence Csati <[email protected]>

* chore: naming

Signed-off-by: Bence Csati <[email protected]>

---------

Signed-off-by: Bence Csati <[email protected]>
Signed-off-by: Bence Csati <[email protected]>

* feat(ci): cancel previous workflow on push

Signed-off-by: Bence Csati <[email protected]>

* Revert "feat(ci): cancel previous workflow on push"

This reverts commit 55e945f.

Signed-off-by: Bence Csati <[email protected]>

* feat(ci): cancel previous workflow on push

Signed-off-by: Bence Csati <[email protected]>

* Revert "feat:  Implement multi provider support (#59)"

This reverts commit e41283e.

Signed-off-by: Bence Csati <[email protected]>

---------

Signed-off-by: Bence Csati <[email protected]>
Signed-off-by: Bence Csati <[email protected]>
  • Loading branch information
csatib02 authored Feb 15, 2024
1 parent 4029fc8 commit 586313f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github. run_id }}
cancel-in-progress: true

jobs:
build:
name: Build
Expand Down

0 comments on commit 586313f

Please sign in to comment.