From 1ee0452825f85dc2098e9d093c05e64fc98212a3 Mon Sep 17 00:00:00 2001 From: Manish Gupta Date: Tue, 25 Jun 2024 15:27:43 +0530 Subject: [PATCH] aio base action cleanup --- .github/workflows/build-aio-base.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build-aio-base.yml b/.github/workflows/build-aio-base.yml index 661a1c7e32a..ed660536d09 100644 --- a/.github/workflows/build-aio-base.yml +++ b/.github/workflows/build-aio-base.yml @@ -47,18 +47,6 @@ jobs: name: Checkout Files uses: actions/checkout@v4 - - name: Get changed files - id: changed_files - uses: tj-actions/changed-files@v42 - with: - files_yaml: | - full_base: - - aio/Dockerfile-full-base - - aio/supervisord-full-base - slim_base: - - aio/Dockerfile-slim-base - - aio/supervisord-slim-base - full_base_build_push: runs-on: ubuntu-latest needs: [base_build_setup]