aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2023-03-15 23:23:05 +0800
committerGitHub <noreply@github.com>2023-03-15 23:23:05 +0800
commit057ae983a02c37383fffafdbcd59053cc1cfb29e (patch)
tree021759a3777d93dbb4201760d2c595c071021f00
parentf473643d29ff1d573e8f327f45ed0495aa2546a6 (diff)
chore(ci): fix typo in docker.yml (#7398)
[skip ci]
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index ec11f25f..e9499ee2 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -20,7 +20,7 @@ jobs:
contents: read
packages: write
steps:
- - name: Canel previous runs
+ - name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.9.1
with:
all_but_latest: true