Skip to content

Commit

Permalink
keep alive
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Jul 20, 2024
1 parent cd1dc55 commit e82ec0c
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: keepalive

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true


on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
schedule:
# At 00:00 on day-of-month 1.
- cron: "0 0 1 * *"


jobs:

actions_keepalive:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-latest

name: Github Actions KeepAlive
steps:
- uses: actions/checkout@v3
- name: make commit
# Uses GitHub action defined in https://github.com/FredaXin/gitlit
uses: TheShellLand/github-actions-keepalive@latest
with:
# Change to your GitHub username
user-name: naisanzaa
# Change to your email used for GitHub account
user-email: [email protected]

0 comments on commit e82ec0c

Please sign in to comment.