Skip to content

Commit 84bf108

Browse files
committed
update
1 parent e881adc commit 84bf108

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ permissions:
99
pages: write
1010
id-token: write
1111

12-
concurrency:
13-
group: "pages"
14-
cancel-in-progress: true
12+
# Optional: cancel in-progress runs when a new push happens (reduces "canceled" annotations)
13+
# concurrency:
14+
# group: "pages"
15+
# cancel-in-progress: true
1516

1617
jobs:
1718
build:

0 commit comments

Comments
 (0)