Skip to content

Commit

Permalink
ci: Add bump-bot automation
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g committed Nov 8, 2024
1 parent e2c9695 commit 01506a2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/bump-bot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Regularly updates the CI container
name: Bump Bot
on:
workflow_dispatch:
pull_request:

schedule:
- cron: 0 0 * * *

jobs:
bump-mcore:
uses: NVIDIA/NeMo-FW-CI-templates/.github/workflows/_bump_dockerfile.yml@ko3n1g/feat/bump-dockerfile
with:
source-repository: NVIDIA/Megatron-LM
source-ref: main
build-arg: MLM_TAG
dockerfile: Dockerfile
base-branch: dev
cicd-label: Run CICD
pr-reviewers: 'terrykong'
secrets:
PAT: ${{ secrets.PAT }}

0 comments on commit 01506a2

Please sign in to comment.