Skip to content

Commit

Permalink
Add update-config-files.yml (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanZosimov committed Mar 10, 2023
1 parent 9169aa7 commit 3f069f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/update-config-files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Update configuration files

on:
schedule:
- cron: '0 3 * * 0'
workflow_dispatch:

jobs:
call-update-configuration-files:
name: Update configuration files
uses: actions/reusable-workflows/.github/workflows/update-config-files.yml@main

0 comments on commit 3f069f6

Please sign in to comment.