RIOT-OS / riot-os.org

Sources of the RIOT website https://riot-os.org/.
4 stars 16 forks source link

github/workflows: remove keepalive #113

Closed leandrolanzieri closed 10 months ago

leandrolanzieri commented 10 months ago

This didn't work and shows deployment action as failing. Let's remove it...

See #103

github-actions[bot] commented 10 months ago

🚀 PR preview deployed to https://RIOT-OS-riot-os-org-preview-113.surge.sh

MrKevinWeiss commented 10 months ago

Maybe we can just run it on a different branch:

  push:
    branches:
      - master
      - actions_test
      - keepaive

...

      - name: Keep-alive commit
        uses: gautamkrishnar/keepalive-workflow@v1
        with:
          commit_message: Nothing to see here
          committer_username: riot-ci
          committer_email: maintainer@riot-os.org
          time_elapsed: 1 # TODO: go back to 50 days default
          gh_token: ${{ secrets.RIOT_CI_TOKEN }}
        if: github.ref == 'refs/heads/keepalive'