Skip to content

Commit 2e50acf

Browse files
committed
fix: comment out the cd pipeline
as ssh is not working via cloudflare tunnel
1 parent a1fc60d commit 2e50acf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: CD Pipeline
1+
# name: CD Pipeline
22

3-
on:
4-
workflow_run:
5-
workflows: ["CI Pipeline"]
6-
types:
7-
- completed
3+
# on:
4+
# workflow_run:
5+
# workflows: ["CI Pipeline"]
6+
# types:
7+
# - completed
88

99
# jobs:
1010
# deploy:

0 commit comments

Comments
 (0)