aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/repoman.yml')
-rw-r--r--.github/workflows/repoman.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/.github/workflows/repoman.yml b/.github/workflows/repoman.yml
deleted file mode 100644
index afea3ae53..000000000
--- a/.github/workflows/repoman.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: repoman
-
-on:
- push:
- branches: [ master ]
- pull_request:
- branches: [ master ]
- schedule:
- - cron: '0 0 * * *'
-
-jobs:
- build:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - name: Setup master gentoo repository
- run: |
- ./scripts/setup-master-gentoo.sh
- - name: Setup and run Repoman
- run: |
- ./scripts/setup-and-run-repoman.sh
-