From 00eb816631f3c13256d5cadd249fb6abc065a73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernat=20Borr=C3=A1s?= Date: Fri, 10 Jan 2025 13:25:31 +0100 Subject: [PATCH] Remove screenshots --- .github/workflows/screenshots.yml | 37 ------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 .github/workflows/screenshots.yml diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml deleted file mode 100644 index 21f79d5d..00000000 --- a/.github/workflows/screenshots.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: Generate screenshots - -on: - push: - branches: - - main - -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: true - -jobs: - build-screenshots-android: - name: Generate screenshots Android - Main - permissions: - contents: write - runs-on: ubuntu-latest - steps: - - name: Check out code - uses: actions/checkout@v4 - with: - ref: ${{ github.head_ref }} - - - name: Set up JDK - uses: actions/setup-java@v4 - with: - distribution: adopt - java-version: 17 - - - name: Generate screenshots - run: ./gradlew updateScreenshotTest - - - name: Commit & Push changes - uses: stefanzweifel/git-auto-commit-action@v5 - with: - commit_message: New @Preview screenshots! - push_options: --force \ No newline at end of file