Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShohei Ueda <30958501+peaceiris@users.noreply.github.com>2022-04-24 03:55:14 +0300
committerGitHub <noreply@github.com>2022-04-24 03:55:14 +0300
commit40cdd8db1c085cf5af5ccc7359c273972e0233cd (patch)
tree81852e98e2a045e9191306c7ecf7d01776a5ed46 /.github
parent6f0ef787568a07234ed5cb624457e9be49677b4c (diff)
ci: change cancel-in-progress to false
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 093ee160..b8fe79d8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,7 +14,7 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
- cancel-in-progress: true
+ cancel-in-progress: false
env:
HUGO_CACHEDIR: /tmp/hugo_cache