Skip to content

Commit

Permalink
ci(action): auto-bump daily and split in two jobs (#37351)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Dec 12, 2023
1 parent 2a34812 commit ca6991e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/bump-golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: bump-golang
on:
workflow_dispatch:
schedule:
- cron: "0 20 * * 6"
- cron: "0 20 * * 1-6"

permissions:
contents: read
Expand All @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit ca6991e

Please sign in to comment.