Skip to content

Commit

Permalink
cancel workflows in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
guitavano committed Jan 30, 2024
1 parent 95d74d3 commit 0687f14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deco-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Deploy

concurrency:
group: environment-${{ github.head_ref || github.ref }}
cancel-in-progress: true

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion components/search/Sort.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function Sort({ sortOptions }: Props) {

return (
<>
<label for="sort" class="sr-only">Ordenar por </label>
<label for="sort" class="sr-only">Ordenar por</label>
<select
id="sort"
name="sort"
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"imports": {
"$store/": "./",
"deco/": "https://denopkg.com/deco-cx/[email protected]/",
"apps/": "https://denopkg.com/deco-cx/apps@0.31.9/",
"apps/": "../apps/",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
Expand Down

0 comments on commit 0687f14

Please sign in to comment.