diff --git a/.github/workflows/pkgci.yml b/.github/workflows/pkgci.yml index 9c360dfe7776..9dbb325f0f8f 100644 --- a/.github/workflows/pkgci.yml +++ b/.github/workflows/pkgci.yml @@ -12,6 +12,8 @@ on: push: branches: - main + # Experimental branches can also get packages and tests automatically. + - exppkg-* concurrency: # A PR number if a pull request and otherwise the commit hash. This cancels