Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Oct 8, 2024
1 parent 17cb29a commit 6a2893b
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/triton-pascal-2.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
update-index:
needs: publish
runs-on: ubuntu-latest
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@${{ github.ref }}
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@main

on:
workflow_dispatch:
2 changes: 1 addition & 1 deletion .github/workflows/triton-pascal-2.3.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
update-index:
needs: publish
runs-on: ubuntu-latest
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@${{ github.ref }}
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@main

on:
workflow_dispatch:
2 changes: 1 addition & 1 deletion .github/workflows/triton-pascal-2.3.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
update-index:
needs: publish
runs-on: ubuntu-latest
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@${{ github.ref }}
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@main

on:
workflow_dispatch:
2 changes: 1 addition & 1 deletion .github/workflows/triton-pascal-3.0.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
update-index:
needs: publish
runs-on: ubuntu-latest
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@${{ github.ref }}
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@main

on:
workflow_dispatch:
2 changes: 1 addition & 1 deletion .github/workflows/vllm-pascal-0.5.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
update-index:
needs: publish
runs-on: ubuntu-latest
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@${{ github.ref }}
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@main

on:
workflow_dispatch:
2 changes: 1 addition & 1 deletion .github/workflows/vllm-pascal-0.6.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
update-index:
needs: publish
runs-on: ubuntu-latest
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@${{ github.ref }}
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@main

on:
workflow_dispatch:
2 changes: 1 addition & 1 deletion .github/workflows/vllm-pascal-0.6.1.post1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
update-index:
needs: publish
runs-on: ubuntu-latest
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@${{ github.ref }}
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@main

on:
workflow_dispatch:
2 changes: 1 addition & 1 deletion .github/workflows/vllm-pascal-0.6.1.post2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
update-index:
needs: publish
runs-on: ubuntu-latest
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@${{ github.ref }}
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@main

on:
workflow_dispatch:
2 changes: 1 addition & 1 deletion .github/workflows/vllm-pascal-0.6.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
update-index:
needs: publish
runs-on: ubuntu-latest
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@${{ github.ref }}
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@main

on:
workflow_dispatch:
2 changes: 1 addition & 1 deletion .github/workflows/vllm-pascal-0.6.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
update-index:
needs: publish
runs-on: ubuntu-latest
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@${{ github.ref }}
uses: ${{ github.repository }}/.github/workflows/zz-update-index.yml@main

on:
workflow_dispatch:

0 comments on commit 6a2893b

Please sign in to comment.