diff --git a/.github/label_to_label.yml b/.github/label_to_label.yml index 28bad93f808..0cd56143535 100644 --- a/.github/label_to_label.yml +++ b/.github/label_to_label.yml @@ -48,3 +48,12 @@ - "module: dynamic shapes" then: - "oncall: pt2" +- any: + - "release notes: distributed (c10d)" + - "release notes: distributed (symm_mem)" + - "release notes: distributed (pipeline)" + - "release notes: distributed (fsdp)" + - "release notes: distributed (dtensor)" + - "oncall: distributed" + then: + - "ciflow/h100-distributed" diff --git a/.github/workflows/h100-distributed.yml b/.github/workflows/h100-distributed.yml index 6a8c76a8ec7..45579672f23 100644 --- a/.github/workflows/h100-distributed.yml +++ b/.github/workflows/h100-distributed.yml @@ -8,6 +8,8 @@ on: push: tags: - ciflow/h100-distributed/* + schedule: + - cron: 46 8 * * * # about 1:46am PDT concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}