From 306cafc4e93fc774235fceb8920ca7d1c25552a4 Mon Sep 17 00:00:00 2001 From: "Yan-Luca L." Date: Mon, 24 Jun 2024 19:09:12 +0200 Subject: [PATCH] =?UTF-8?q?.github/workflows/depup.yml=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/depup.yml | 45 ------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 .github/workflows/depup.yml diff --git a/.github/workflows/depup.yml b/.github/workflows/depup.yml deleted file mode 100644 index 6f37b79..0000000 --- a/.github/workflows/depup.yml +++ /dev/null @@ -1,45 +0,0 @@ -name: depup -on: - schedule: - - cron: '14 14 * * *' - workflow_dispatch: - push: # for testing - branches: - - '**' - -jobs: - reviewdog: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: ./with-pr - with: - file: testdata/testfile - version_name: REVIEWDOG_VERSION - repo: reviewdog/reviewdog - labels: demo - - redpen: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: ./with-pr - with: - file: testdata/testfile - version_name: REDPEN_VERSION - repo: redpen-cc/redpen - tag_prefix: redpen- - labels: demo - - themis: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: ./with-pr - id: depup - with: - file: testdata/testfile - version_name: THEMIS_VERSION - repo: thinca/vim-themis - tag: true - labels: demo