We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ec202 commit 46d4d92Copy full SHA for 46d4d92
.github/workflows/ci-cd.yml
@@ -1619,6 +1619,16 @@ jobs:
1619
steps:
1620
- run: echo post always
1621
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
1632
publish-pypi:
1633
name: Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to PyPI
1634
needs:
0 commit comments