From 6a57955e0747b65dd71b06712111e23301cc852f Mon Sep 17 00:00:00 2001 From: Mordechai Dror Date: Thu, 12 Dec 2024 12:50:10 +0200 Subject: [PATCH] remove deps check --- .github/workflows/ci-cd.yml | 32 ++++++++++++++++---------------- .github/workflows/deps-check.yml | 16 ---------------- 2 files changed, 16 insertions(+), 32 deletions(-) delete mode 100644 .github/workflows/deps-check.yml diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index c73ecf8..8110917 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -79,19 +79,19 @@ jobs: path: ./packages/blog/playwright-report/ retention-days: 30 - deploy: - runs-on: ubuntu-latest - concurrency: deploy-group - needs: - - lint - - test - - e2e - - build - steps: - - uses: actions/checkout@v4 - - - uses: superfly/flyctl-actions/setup-flyctl@1.5 - - - run: flyctl deploy --remote-only - env: - FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} +# deploy: +# runs-on: ubuntu-latest +# concurrency: deploy-group +# needs: +# - lint +# - test +# - e2e +# - build +# steps: +# - uses: actions/checkout@v4 +# +# - uses: superfly/flyctl-actions/setup-flyctl@1.5 +# +# - run: flyctl deploy --remote-only +# env: +# FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }} diff --git a/.github/workflows/deps-check.yml b/.github/workflows/deps-check.yml deleted file mode 100644 index 269442f..0000000 --- a/.github/workflows/deps-check.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Dependencies check - -on: - schedule: - - cron: "0 0 1 * *" - workflow_dispatch: - -jobs: - check_updates: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - uses: ./.github/actions/setup - - - run: npm outdated