|
|
|
|
@ -301,7 +301,7 @@ jobs:
|
|
|
|
|
runs-on: ubuntu-20.04
|
|
|
|
|
steps:
|
|
|
|
|
- name: Cleanup previous runs on this branch
|
|
|
|
|
uses: rokroskar/workflow-run-cleanup-action@v0.2.2
|
|
|
|
|
uses: rokroskar/workflow-run-cleanup-action@v0.3.2
|
|
|
|
|
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/stable' && github.repository == 'freqtrade/freqtrade'"
|
|
|
|
|
env:
|
|
|
|
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
|
|
|
|
|