Skip to content

Commit

Permalink
Remove cancel-in-progress in pages workflow
Browse files Browse the repository at this point in the history
This should prevent cancelled workflows to be considered as failed
from the point of view of the pull requests checks.
  • Loading branch information
fabcor-maxiv committed Nov 21, 2023
1 parent ad09e3b commit f21a397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name: "Pages"

concurrency:
group: "pages"
cancel-in-progress: true

on:
push:
Expand Down

0 comments on commit f21a397

Please sign in to comment.