diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5acb5c5f..2b81a60d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -292,6 +292,7 @@ jobs: path: /images key: ${{ env.BRANCH }}-${{ github.run_id }}-${{ github.run_number }} - name: Load docker images + if: ${{ env.BRANCH != 'staging' }} run: docker load -i /images/images.tar.gz - name: Deploy built docker images env: