ci: revert cleanup action's upstream latest changes (#8834)
Upstream's latest changes are causing mayhem in the build pipelines. This change reverts upstream's latest commit. Upstream issue: rokroskar/workflow-run-cleanup-action#16
This commit is contained in:
parent
8f7cdafc32
commit
7a4903842f
|
@ -10,7 +10,7 @@ jobs:
|
||||||
cleanup-runs:
|
cleanup-runs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: rokroskar/workflow-run-cleanup-action@master
|
- uses: tendermint/workflow-run-cleanup-action@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
|
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
|
||||||
|
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
|
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
|
||||||
steps:
|
steps:
|
||||||
- uses: rokroskar/workflow-run-cleanup-action@master
|
- uses: tendermint/workflow-run-cleanup-action@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
cleanup-runs:
|
cleanup-runs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: rokroskar/workflow-run-cleanup-action@master
|
- uses: tendermint/workflow-run-cleanup-action@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
|
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
|
||||||
|
|
Loading…
Reference in New Issue