diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index bd641c03..7341f144 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -6,6 +6,7 @@ on: jobs: delete-old-branch: runs-on: ubuntu-latest + continue-on-error: true steps: - name: Checkout uses: actions/checkout@v2