Skip to content

Commit 50c32d2

Browse files
authored
Merge pull request #186 from codingpot/fix-disable-okteto
fix: disable Okteto pipeline/cron job
2 parents e205608 + 2b399a9 commit 50c32d2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches: [main]
66
pull_request:
77
workflow_dispatch:
8-
schedule:
9-
- cron: "0 */12 * * *"
108
workflow_run:
119
workflows:
1210
- Generate Database
@@ -76,7 +74,8 @@ jobs:
7674
deploy-to-okteto:
7775
runs-on: ubuntu-latest
7876

79-
if: github.ref == 'refs/heads/main'
77+
# Okteto is no longer available.
78+
if: false # github.ref == 'refs/heads/main'
8079

8180
needs:
8281
- go-build

0 commit comments

Comments
 (0)