This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push: new ea87fc61 chore: remove updates from release branches ea87fc61 is described below commit ea87fc61bd62b16b21a3d6da22ad752321bab50d Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Thu Apr 27 13:42:34 2023 +0200 chore: remove updates from release branches We'll eventually get them on the new release process after version 2 is released --- .github/workflows/nightly-automatic-updates.yml | 34 ++----------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/.github/workflows/nightly-automatic-updates.yml b/.github/workflows/nightly-automatic-updates.yml index 6338756c..a9c68775 100644 --- a/.github/workflows/nightly-automatic-updates.yml +++ b/.github/workflows/nightly-automatic-updates.yml @@ -26,7 +26,7 @@ jobs: main: if: github.repository == 'apache/camel-k-runtime' runs-on: ubuntu-20.04 - name: Generate changelog for main branch + name: Automatic updates on main branch steps: - name: "Checkout code" uses: actions/checkout@v2 @@ -40,34 +40,4 @@ jobs: branch-ref: "main" secretGithubToken: ${{ secrets.GITHUB_TOKEN }} - v1_15_x: - if: github.repository == 'apache/camel-k-runtime' - runs-on: ubuntu-20.04 - steps: - - name: "Checkout code" - uses: actions/checkout@v2 - with: - ref: release-1.15.x - persist-credentials: false - submodules: recursive - - name: Automatic updates on release-1.15.x - uses: ./.github/actions/automatic-updates - with: - branch-ref: "release-1.15.x" - secretGithubToken: ${{ secrets.GITHUB_TOKEN }} - - v1_17_x: - if: github.repository == 'apache/camel-k-runtime' - runs-on: ubuntu-20.04 - steps: - - name: "Checkout code" - uses: actions/checkout@v2 - with: - ref: release-1.17.x - persist-credentials: false - submodules: recursive - - name: Automatic updates on release-1.17.x - uses: ./.github/actions/automatic-updates - with: - branch-ref: "release-1.17.x" - secretGithubToken: ${{ secrets.GITHUB_TOKEN }} +# TODO: enable the process on the release branches as soon as version 2 is released