From af9ba77c4a9a2eaf3b41461b3144dc33e28211e9 Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Sat, 31 Aug 2024 20:32:06 +0300 Subject: [PATCH] ci: remove releaser and tagpush workflows Part of #13 --- .github/workflows/releaser.yml | 11 ----------- .github/workflows/tagpush.yml | 12 ------------ 2 files changed, 23 deletions(-) delete mode 100644 .github/workflows/releaser.yml delete mode 100644 .github/workflows/tagpush.yml diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml deleted file mode 100644 index cdccbf87..00000000 --- a/.github/workflows/releaser.yml +++ /dev/null @@ -1,11 +0,0 @@ -# File managed by web3-bot. DO NOT EDIT. -# See https://github.com/protocol/.github/ for details. - -name: Releaser -on: - push: - paths: [ 'version.json' ] - -jobs: - releaser: - uses: protocol/.github/.github/workflows/releaser.yml@master diff --git a/.github/workflows/tagpush.yml b/.github/workflows/tagpush.yml deleted file mode 100644 index d8499618..00000000 --- a/.github/workflows/tagpush.yml +++ /dev/null @@ -1,12 +0,0 @@ -# File managed by web3-bot. DO NOT EDIT. -# See https://github.com/protocol/.github/ for details. - -name: Tag Push Checker -on: - push: - tags: - - v* - -jobs: - releaser: - uses: protocol/.github/.github/workflows/tagpush.yml@master