Skip to content

Commit

Permalink
Update Update Yonode Package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sharafdin authored May 4, 2024
1 parent f6c057c commit 4fed0ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Update Yonode Package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Update Yonode Package on New Tag
name: Update Yonode Package Every 5 Minutes

on:
push:
tags:
- 'v*'
schedule:
# Runs at every 5 minutes
- cron: '*/5 * * * *'

jobs:
update-yonode:
Expand Down Expand Up @@ -34,8 +34,8 @@ jobs:
with:
commit-message: Update dependencies in Yonode
title: 'Update Yonode dependencies'
body: 'This pull request updates dependencies for the Yonode package to coincide with new tag.'
branch: 'update-yonode-dependencies-${{ github.ref_name }}'
body: 'This pull request updates dependencies for the Yonode package.'
branch: 'update-yonode-dependencies'
base: 'main'
labels: 'dependencies'
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4fed0ea

Please sign in to comment.