Commit 60f98a67 by Francisco Giordano

clean up actions before running merge upstream

parent 59a91e4f
...@@ -9,6 +9,9 @@ jobs: ...@@ -9,6 +9,9 @@ jobs:
update: update:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: rokroskar/workflow-run-cleanup-action@v0.2.2
env:
GITHUB_TOKEN: ${{github.token}}
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
ref: upstream-patched ref: upstream-patched
......
...@@ -8,6 +8,9 @@ jobs: ...@@ -8,6 +8,9 @@ jobs:
transpile: transpile:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: rokroskar/workflow-run-cleanup-action@v0.2.2
env:
GITHUB_TOKEN: ${{github.token}}
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
fetch-depth: 0 fetch-depth: 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment