Skip to content

Commit fe3d03c

Browse files
committed
debug! unname
1 parent 2d61c76 commit fe3d03c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,6 @@ jobs:
15351535
jobs: ${{ toJSON(needs) }}
15361536

15371537
debug-vars:
1538-
name: DEBUG
15391538
if: always()
15401539
needs:
15411540
- check
@@ -1557,7 +1556,6 @@ jobs:
15571556
| python -m json.tool
15581557
15591558
debug-success:
1560-
name: DEBUG
15611559
if: success()
15621560
needs:
15631561
- check
@@ -1568,7 +1566,6 @@ jobs:
15681566
- run: echo success (immediate)
15691567

15701568
debug-always:
1571-
name: DEBUG
15721569
if: always()
15731570
needs:
15741571
- check
@@ -1579,7 +1576,6 @@ jobs:
15791576
- run: echo always (immediate)
15801577

15811578
debug-post-always-no-condition:
1582-
name: DEBUG
15831579
needs:
15841580
- debug-always
15851581
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)