diff options
author | Joe Chen <jc@unknwon.io> | 2023-03-15 23:23:05 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 23:23:05 +0800 |
commit | 057ae983a02c37383fffafdbcd59053cc1cfb29e (patch) | |
tree | 021759a3777d93dbb4201760d2c595c071021f00 | |
parent | f473643d29ff1d573e8f327f45ed0495aa2546a6 (diff) |
chore(ci): fix typo in docker.yml (#7398)
[skip ci]
-rw-r--r-- | .github/workflows/docker.yml | 2 |
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 |