From 6def85f901790644b8873bd8accb448012f3e06e Mon Sep 17 00:00:00 2001 From: Oscar Vestlie Date: Wed, 11 Sep 2024 00:00:16 +0200 Subject: [PATCH] Revert "test action" (#694) Revert "test action (#690)" This reverts commit 16a3dddf15785fdcba46c7fbbfc492e80446f0de. --- .github/workflows/main.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1d8a6b78d1b7f..f4e76a21ef825 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -250,8 +250,6 @@ 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')