From d88db9e8e3b553f8d47079f3b9a9ed5e007625ed Mon Sep 17 00:00:00 2001 From: ahmedgamalyousef Date: Tue, 14 Oct 2025 20:04:27 +0300 Subject: [PATCH] Updating workflow --- .github/workflows/cicd.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 3386ba8..5213b63 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -40,7 +40,6 @@ jobs: # 🐳 2. Build and Push Docker Image # ----------------------------- build_and_push_image: - runs-on: ubuntu-latest needs: test steps: - name: 📦 Checkout Code @@ -63,7 +62,6 @@ jobs: # ☁️ 3. Deploy to Ghaymah Cloud # ----------------------------- deploy: - runs-on: ubuntu-latest needs: build_and_push_image steps: - name: 📦 Checkout Code