@ -35,3 +35,19 @@ jobs:
torch_version : ${{ matrix.torch_version }}
torch_version : ${{ matrix.torch_version }}
google_credentials : ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
google_credentials : ${{ secrets.GCS_SERVICE_ACCOUNT_JSON }}
comfyui_flags : ${{ matrix.flags }}
comfyui_flags : ${{ matrix.flags }}
use_prior_commit : 'true'
comment:
if : ${{ github.event.label.name == 'Run-CI-Test' }}
runs-on : ubuntu-latest
permissions:
pull-requests : write
steps:
- uses : actions/github-script@v6
with:
script : |
github.rest.issues.createComment({
issue_number : context.issue.number,
owner : context.repo.owner,
repo : context.repo.repo,
body : '(Automated Bot Message) CI Tests are running, you can view the results at https://ci.comfy.org/?branch=${{ github.event.pull_request.number }}%2Fmerge'
})