Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Aug 20, 2024
1 parent e0eedfc commit aaee6c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/liquidation-reconstitution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ on:
default: latest
type: string
pull_request:
types:
- labeled
- synchronize

types:
- labeled
- synchronize

concurrency:
group: 'liquidation-reconstitution-${{ github.workflow }}-${{ github.ref }}'
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/liquidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ on:
- synchronize

concurrency:
group: 'liquidation-${{ github.workflow }}-${{ github.ref }}'
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit aaee6c0

Please sign in to comment.