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 2d61c76 commit fe3d03cCopy full SHA for fe3d03c
.github/workflows/ci-cd.yml
@@ -1535,7 +1535,6 @@ jobs:
1535
jobs: ${{ toJSON(needs) }}
1536
1537
debug-vars:
1538
- name: DEBUG
1539
if: always()
1540
needs:
1541
- check
@@ -1557,7 +1556,6 @@ jobs:
1557
1556
| python -m json.tool
1558
1559
debug-success:
1560
1561
if: success()
1562
1563
@@ -1568,7 +1566,6 @@ jobs:
1568
1566
- run: echo success (immediate)
1569
1567
1570
debug-always:
1571
1572
1573
1574
@@ -1579,7 +1576,6 @@ jobs:
1579
1576
- run: echo always (immediate)
1580
1577
1581
1578
debug-post-always-no-condition:
1582
1583
1584
- debug-always
1585
runs-on: ubuntu-latest
0 commit comments