Skip to content

Commit

Permalink
ci: fix cancel workflow not working (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiyiyimu committed May 28, 2021
1 parent a3f58d0 commit d87f856
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install kind
run: |
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.10.0/kind-linux-amd64
Expand Down

0 comments on commit d87f856

Please sign in to comment.