Skip to content

Commit

Permalink
cleanup tmp branch after update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-skobov committed Oct 18, 2020
1 parent 9607183 commit 98a8741
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,6 @@ jobs:
- name: commit_and_push_new_docs
continue-on-error: true
run: git add doc/ && git commit -m "updates docs for ${{ github.event.inputs.name }}" && git push
- name: cleanup_tmp_branch
run: git push origin --delete tmp_branch
continue-on-error: true

0 comments on commit 98a8741

Please sign in to comment.