From d922612e4f4519bc05148828acaaf15e57165df6 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 14 May 2020 00:40:31 +0200 Subject: [PATCH] Remove ncc workflow for now --- .github/workflows/ncc.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/workflows/ncc.yml diff --git a/.github/workflows/ncc.yml b/.github/workflows/ncc.yml deleted file mode 100644 index 058e3b3..0000000 --- a/.github/workflows/ncc.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: ncc - -on: - push: - branches: - - 'master' - - 'releases/*' - paths-ignore: - - '**.md' - -jobs: - fix: - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v2 - - - name: Build - run: | - npm install - npm run format - npm run build - - - name: Raise PR - uses: peter-evans/create-pull-request@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - commit-message: "fix: update generated content" - title: "fix: update generated content" - branch: update-generated-content - branch-suffix: timestamp - labels: automerge