diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-14 07:07:08 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-14 07:07:08 +0000 |
commit | 62e32634677f872d0325a8c9330bb7c12fe1f310 (patch) | |
tree | 71513b75edad191937802cfb2a67231e2edd2005 /.github/workflows/run_tests.yaml | |
parent | 714c920c20d07d70a0dd07c8c5cb54d9378e92c4 (diff) | |
download | stable-diffusion-webui-gfx803-62e32634677f872d0325a8c9330bb7c12fe1f310.tar.gz stable-diffusion-webui-gfx803-62e32634677f872d0325a8c9330bb7c12fe1f310.tar.bz2 stable-diffusion-webui-gfx803-62e32634677f872d0325a8c9330bb7c12fe1f310.zip |
edit names more
Diffstat (limited to '.github/workflows/run_tests.yaml')
-rw-r--r-- | .github/workflows/run_tests.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index 2af21448..e9370cc0 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -6,7 +6,7 @@ on: jobs: test: - name: Tests on CPU with empty model + name: tests on CPU with empty model runs-on: ubuntu-latest if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name steps: |