diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 46e526dc7c..28a1012237 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -12,6 +12,8 @@ on: schedule: - cron: "0 */3 * * *" # every 3 hours +concurrency: triage-${{ github.ref }} + jobs: review: runs-on: ubuntu-latest