From 387313545dec49fe847d513370aa1d56b420915f Mon Sep 17 00:00:00 2001 From: Hao Zheng Date: Tue, 20 Aug 2024 15:12:20 -0700 Subject: [PATCH] test add-label --- .github/workflows/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 394e34c3a4372..c8cc623b1ed8f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -250,6 +250,8 @@ jobs: # Use fetch depth of 0 to get full history for a valid build id. fetch-depth: 0 persist-credentials: false + - name: Dump context + uses: crazy-max/ghaction-dump-context@v2 - name: Cache Gradle uses: actions/cache@v3 if: startsWith(matrix.target_platform, 'android') || startsWith(needs.initialize.outputs.evergreen_loader, 'android')