Skip to content

Commit 46d4d92

Browse files
committed
debug! not failure
1 parent a2ec202 commit 46d4d92

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,6 +1619,16 @@ jobs:
16191619
steps:
16201620
- run: echo post always
16211621

1622+
debug-post-always-w-not-failure-condition:
1623+
if: >-
1624+
! failure()
1625+
needs:
1626+
- debug-always
1627+
runs-on: ubuntu-latest
1628+
1629+
steps:
1630+
- run: echo post always
1631+
16221632
publish-pypi:
16231633
name: Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to PyPI
16241634
needs:

0 commit comments

Comments
 (0)