From b29315c3c640a08e8688497b6b17a095b388a3c8 Mon Sep 17 00:00:00 2001 From: Lukas Pieper <30661176+lukaspieper@users.noreply.github.com> Date: Thu, 8 Aug 2024 12:00:49 +0200 Subject: [PATCH] Update continuous.yml --- .github/workflows/continuous.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 5c60187..764dd5a 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -3,12 +3,8 @@ name: continuous on: [push, pull_request] jobs: - validate: - uses: lukaspieper/android-actions/.github/workflows/validate-gradlew.yml@main - build: runs-on: ubuntu-latest - needs: validate steps: - uses: actions/checkout@v4