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
|
- uses: JasonEtco/create-an-issue@v2.6.0
|
||||||
if:
|
if:
|
||||||
failure() && github.event_name == 'schedule' && steps.tests.outcome ==
|
github.event_name == 'schedule' && steps.tests.outcome == 'success' &&
|
||||||
'success' && matrix.release == 'stable'
|
matrix.release == 'stable'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
REPO: ${{ github.repository }}
|
REPO: ${{ github.repository }}
|
||||||
|
|||||||
Reference in New Issue
Block a user