diff --git a/.github/workflows/rabbitmq_peer_discovery_aws.yaml b/.github/workflows/rabbitmq_peer_discovery_aws.yaml index 7885ee096403..b8e900e06282 100644 --- a/.github/workflows/rabbitmq_peer_discovery_aws.yaml +++ b/.github/workflows/rabbitmq_peer_discovery_aws.yaml @@ -57,6 +57,8 @@ jobs: cat << EOF >> user.bazelrc build --remote_cache=https://storage.googleapis.com/${{ secrets.REMOTE_CACHE_BUCKET_NAME }} build --google_default_credentials + + build --experimental_guard_against_concurrent_changes EOF fi cat << EOF >> user.bazelrc diff --git a/.github/workflows/test-plugin-mixed.yaml b/.github/workflows/test-plugin-mixed.yaml index a6ac1ea0342e..d2574adc3e55 100644 --- a/.github/workflows/test-plugin-mixed.yaml +++ b/.github/workflows/test-plugin-mixed.yaml @@ -54,6 +54,8 @@ jobs: cat << EOF >> user.bazelrc build --remote_cache=https://storage.googleapis.com/${{ secrets.REMOTE_CACHE_BUCKET_NAME }} build --google_default_credentials + + build --experimental_guard_against_concurrent_changes EOF fi cat << EOF >> user.bazelrc diff --git a/.github/workflows/test-plugin.yaml b/.github/workflows/test-plugin.yaml index 3ce50d81f68c..7e38ee2ba5d6 100644 --- a/.github/workflows/test-plugin.yaml +++ b/.github/workflows/test-plugin.yaml @@ -54,6 +54,8 @@ jobs: cat << EOF >> user.bazelrc build --remote_cache=https://storage.googleapis.com/${{ secrets.REMOTE_CACHE_BUCKET_NAME }} build --google_default_credentials + + build --experimental_guard_against_concurrent_changes EOF fi cat << EOF >> user.bazelrc