From 5ca9541037378c230cbc5c15b7e1f90e77cfed5c Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 12 Jun 2023 20:47:47 -0700 Subject: [PATCH] misc: Add 'synchronize' as CI Test action. Remove 'reopen' 'synchronize' will re-run the tests everytime the pull-request is updated, inclusive of rebasing. 'reopen' seems pointless as reopening does not change the pull-request functionality. Change-Id: I24c2686e19a8b0901323e9bd794142994dc2a87c Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71503 Maintainer: Bobby Bruce Reviewed-by: Jason Lowe-Power Tested-by: kokoro --- .github/workflows/ci-tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 16c096dc9a..4c35c1a424 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -5,7 +5,8 @@ run-name: ${{ github.actor }} is running the pull-request continuous integration on: pull_request: - types: [opened, reopened, edited] + types: [opened, edited, synchronize] + jobs: pre-commit: