From ca6991ec024e48796861d2de5c4daaa252d5f16d Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 12 Dec 2023 14:38:57 +0100 Subject: [PATCH] ci(action): auto-bump daily and split in two jobs (#37351) --- .github/workflows/bump-golang.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-golang.yml b/.github/workflows/bump-golang.yml index 7f1fbc4a208a..393c57f89a07 100644 --- a/.github/workflows/bump-golang.yml +++ b/.github/workflows/bump-golang.yml @@ -4,7 +4,7 @@ name: bump-golang on: workflow_dispatch: schedule: - - cron: "0 20 * * 6" + - cron: "0 20 * * 1-6" permissions: contents: read @@ -13,7 +13,7 @@ env: JOB_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" jobs: - bump: + bump-main: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -27,6 +27,11 @@ jobs: notifySlackChannel: "#ingest-notifications" messageIfFailure: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, `@update-me-with-the-slack-team-to-be-poked` please look what's going on <${{ env.JOB_URL }}|here>" + bump-7-17: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: elastic/apm-pipeline-library/.github/actions/updatecli@current with: vaultUrl: ${{ secrets.VAULT_ADDR }}