From 5ced54a84ca3f4f4d0434ce2902df3ae548373a5 Mon Sep 17 00:00:00 2001 From: Michele Castellaneta <43062263+mcastellaneta@users.noreply.github.com> Date: Tue, 3 May 2022 12:47:41 +0200 Subject: [PATCH] Delete raiplay.it --- .github/workflows/raiplay.it | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/raiplay.it diff --git a/.github/workflows/raiplay.it b/.github/workflows/raiplay.it deleted file mode 100644 index 8877d33f..00000000 --- a/.github/workflows/raiplay.it +++ /dev/null @@ -1,17 +0,0 @@ -name: raiplay.it -on: - schedule: - - cron: '10 0 * * *' - workflow_dispatch: - workflow_run: - workflows: [_trigger] - types: - - completed -jobs: - load: - uses: ./.github/workflows/_load.yml - with: - site: ${{github.workflow}} - secrets: - APP_ID: ${{ secrets.APP_ID }} - APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}