From 4e003002c9d8456d5abff5d441cb4e345b736d71 Mon Sep 17 00:00:00 2001 From: ds Date: Wed, 10 May 2023 21:31:20 +0300 Subject: [PATCH] push --- .github/workflows/failed-post-setup.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/failed-post-setup.yml b/.github/workflows/failed-post-setup.yml index 2e4450077..d57b47fb9 100644 --- a/.github/workflows/failed-post-setup.yml +++ b/.github/workflows/failed-post-setup.yml @@ -1,5 +1,5 @@ --- -on: +'on': pull_request: branches: ["main"] @@ -19,6 +19,4 @@ jobs: cache: pip cache-dependency-path: requirements.txt - # true if cache-hit occured on the primary key - run: echo '${{ steps.pynstall.outputs.cache-hit }}' -