diff --git a/.github/workflows/rabbitmq_peer_discovery_aws.yaml b/.github/workflows/rabbitmq_peer_discovery_aws.yaml index 50e0f9e2940b..e0fb4935b24f 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 d7ceabd73b38..e2c54c7cd854 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 7af9b30329c8..95a9d1d33195 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