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