From f59d89ca5cd2723ffbaa3b450703dc8b931054ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C4=8Ctvrtka?= Date: Thu, 19 Sep 2024 14:32:07 +0200 Subject: [PATCH] PMM-13132 Remove duplicate defaults. --- .github/workflows/encryption-rotation.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/encryption-rotation.yml b/.github/workflows/encryption-rotation.yml index 1da83e816a..686d248b9d 100644 --- a/.github/workflows/encryption-rotation.yml +++ b/.github/workflows/encryption-rotation.yml @@ -36,10 +36,6 @@ jobs: env: PMM_SERVER_IMAGE: perconalab/pmm-server:3-dev-latest - defaults: - run: - working-directory: ${{ github.workspace }}/agent - steps: - name: Check out code uses: actions/checkout@v4