add multi-site replication tests (#13631)

This commit is contained in:
Harshavardhana
2021-11-10 18:18:09 -08:00
committed by GitHub
parent c897b6a82d
commit 5acc8c0134
4 changed files with 81 additions and 32 deletions

View File

@@ -7,7 +7,7 @@ on:
# This ensures that previous jobs for the PR are canceled when the PR is
# updated.
concurrency:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true