Skip to content

Commit

Permalink
Fix cleanup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored and ARUNACHALAM THIRUPATHI committed Mar 1, 2022
1 parent e91cbb0 commit e5c35a6
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,30 @@ jobs:
token: ${{ github.token }}
workflow: hive-tests.yml
- uses: n1hility/cancel-previous-runs@2e3c1893986568a2197c41957b9c809cbcf1a61e
with:
token: ${{ github.token }}
workflow: kudu.yml
with:
token: ${{ github.token }}
workflow: kudu.yml
- uses: n1hility/cancel-previous-runs@2e3c1893986568a2197c41957b9c809cbcf1a61e
with:
token: ${{ github.token }}
workflow: maven-checks.yml
with:
token: ${{ github.token }}
workflow: maven-checks.yml
- uses: n1hility/cancel-previous-runs@2e3c1893986568a2197c41957b9c809cbcf1a61e
with:
token: ${{ github.token }}
workflow: product-test-basic-environment.yml
with:
token: ${{ github.token }}
workflow: product-test-basic-environment.yml
- uses: n1hility/cancel-previous-runs@2e3c1893986568a2197c41957b9c809cbcf1a61e
with:
token: ${{ github.token }}
workflow: product-tests-specific-environment.yml
with:
token: ${{ github.token }}
workflow: product-tests-specific-environment.yml
- uses: n1hility/cancel-previous-runs@2e3c1893986568a2197c41957b9c809cbcf1a61e
with:
token: ${{ github.token }}
workflow: spark-integration.yml
with:
token: ${{ github.token }}
workflow: spark-integration.yml
- uses: n1hility/cancel-previous-runs@2e3c1893986568a2197c41957b9c809cbcf1a61e
with:
token: ${{ github.token }}
workflow: tests.yml
with:
token: ${{ github.token }}
workflow: tests.yml
- uses: n1hility/cancel-previous-runs@2e3c1893986568a2197c41957b9c809cbcf1a61e
with:
token: ${{ github.token }}
workflow: web-ui-checks.yml
with:
token: ${{ github.token }}
workflow: web-ui-checks.yml

0 comments on commit e5c35a6

Please sign in to comment.