diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index fc73e07..097d342 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -5,9 +5,7 @@ on: workflow_dispatch: schedule: - cron: "0 4 * * *" - permissions: {} - jobs: updatecli: runs-on: ubuntu-latest diff --git a/.github/workflows/updatecli_release.yaml b/.github/workflows/updatecli_release.yaml index b1900a0..a711333 100644 --- a/.github/workflows/updatecli_release.yaml +++ b/.github/workflows/updatecli_release.yaml @@ -12,7 +12,6 @@ on: - "udash-release" - "udash-front-release" permissions: {} - jobs: updatecli: runs-on: ubuntu-latest @@ -21,12 +20,10 @@ jobs: uses: "actions/checkout@v4" with: persist-credentials: false - - name: "Install Updatecli" uses: "updatecli/updatecli-action@v2.100.0" with: - version: "v0.114.0" - + version: "v0.116.3" - name: "Run updatecli only on release pipelines" run: updatecli compose apply --clean-git-branches=true --labels="release:" --experimental env: diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 176c3fe..09df3e5 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -1,3 +1,4 @@ +--- name: Updatecli - Update on: workflow_dispatch: