mirror of
https://github.com/pmeier/light-the-torch.git
synced 2024-09-08 23:29:28 +03:00
fix CI workflow for success with latest pip (#105)
* fix CI workflow for success with latest pip
* add debug step
* Revert "add debug step"
This reverts commit c05467d32e.
This commit is contained in:
4
.github/workflows/tests-pip-latest.yml
vendored
4
.github/workflows/tests-pip-latest.yml
vendored
@@ -67,8 +67,8 @@ jobs:
|
||||
|
||||
- uses: JasonEtco/create-an-issue@v2.6.0
|
||||
if:
|
||||
failure() && github.event_name == 'schedule' && steps.tests.outcome ==
|
||||
'success' && matrix.release == 'stable'
|
||||
github.event_name == 'schedule' && steps.tests.outcome == 'success' &&
|
||||
matrix.release == 'stable'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
REPO: ${{ github.repository }}
|
||||
|
||||
Reference in New Issue
Block a user