From 9a11fe0028f864db2ec1af16818024305b621527 Mon Sep 17 00:00:00 2001 From: SujithPS Date: Tue, 24 Oct 2023 20:21:57 +0530 Subject: [PATCH] Enable github actions --- .github/dependabot.yml | 2 +- .github/workflows/test.yml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b18fd2935..db9ba4179 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: 'github-actions' + - package-ecosystem: 'npm' directory: '/' schedule: interval: 'weekly' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c8f2e55f..9f918a1a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,10 +4,6 @@ jobs: test: runs-on: ubuntu-latest steps: - - name: Cancel running workflows - uses: styfle/cancel-workflow-action@0.12.0 - with: - access_token: ${{ github.token }} - name: Checkout repo uses: actions/checkout@v4 - name: Set node version