Skip to content

Commit

Permalink
ci(update): Add updater github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis committed May 7, 2024
1 parent 065f60b commit f73ccd6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/updater.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: updater
on:
# schedule:
# - cron: '0 12 * * 5' # every Monday at 07:00 Colombia Time
push:
branches:
- feature/autoupdate
schedule:
- cron: '0 12 * * 5' # every Monday at 07:00 Colombia Time
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f73ccd6

Please sign in to comment.