Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github/workflows: remove keepalive #113

Conversation

leandrolanzieri
Copy link
Collaborator

@leandrolanzieri leandrolanzieri commented Nov 1, 2023

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

See #103

Copy link

github-actions bot commented Nov 1, 2023

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

Copy link
Collaborator

@MrKevinWeiss MrKevinWeiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@leandrolanzieri leandrolanzieri merged commit b3e1487 into RIOT-OS:master Nov 1, 2023
1 check passed
@leandrolanzieri leandrolanzieri deleted the pr/github_actions/remove_keepalive branch November 1, 2023 11:01
@MrKevinWeiss
Copy link
Collaborator

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants