From 723be27d8ed4b1a80b559a9b6555fa4602fcc196 Mon Sep 17 00:00:00 2001 From: Saptarshi Sarkar Date: Mon, 10 Jul 2023 10:54:12 +0530 Subject: [PATCH] Delete cca.yml --- .github/workflows/cca.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/cca.yml diff --git a/.github/workflows/cca.yml b/.github/workflows/cca.yml deleted file mode 100644 index 5654fd95c..000000000 --- a/.github/workflows/cca.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Changelog -on: - push: - branches: - - main - workflow_dispatch: - -jobs: - changelog: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - name: Conventional Changelog Action - id: changelog - uses: TriPSs/conventional-changelog-action@v3 - with: - github-token: ${{ secrets.GITHUB_TOKEN }}