Skip to content

Commit

Permalink
temporarily add on push so we can run this new workflow in a non-defu…
Browse files Browse the repository at this point in the history
…lt branch.
  • Loading branch information
jmurret committed Jun 25, 2024
1 parent 8e68bd3 commit c3ccfa5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/backport-commenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Backport Commenter
run-name: Validate backports and notify PRs owners
on:
# Commented out the schedule bits as this is a test repo.
# TODO (jmurret): Re-enable before we merge this PR.
# schedule:
# - cron: "0 9 * * *"
workflow_dispatch:
Expand All @@ -17,6 +17,10 @@ on:
description: Begin Date to check for PRs being merged. In the format of YYYY-MM-DD.
required: true
type: string
# TODO (jmurret): Remove this before we merge this PR.
push:
branches:
- jm/**

env:
GOPRIVATE: github.com/hashicorp # Required for private/internal backport-checker repo
Expand Down

0 comments on commit c3ccfa5

Please sign in to comment.