Skip to content

Commit

Permalink
Remove migration workflow (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Fran Mulero <fmulero@vmware.com>
  • Loading branch information
fmulero authored Dec 19, 2023
1 parent 369f65f commit 11cf61b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions workflows/migration.yml

This file was deleted.

2 changes: 1 addition & 1 deletion workflows/move-closed-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
pull-requests: write
# Avoid concurrency over the same issue
concurrency:
group: card-movement-${{ github.event.repository.id }}-${{ github.event.issue != null && github.event.issue.number || github.event.number }}
group: card-movement-${{ github.event.issue != null && github.event.issue.number || github.event.number }}
jobs:
call-move-closed-workflow:
uses: bitnami/support/.github/workflows/item-closed.yml@main
Expand Down

0 comments on commit 11cf61b

Please sign in to comment.