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 }}