Skip to content

Commit

Permalink
Merge pull request #92 from itpp-labs/sync-DINAR
Browse files Browse the repository at this point in the history
Sync dinar
  • Loading branch information
yelizariev authored May 9, 2024
2 parents 50d5bd0 + 368b9d9 commit b4ea78a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DINAR2fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: "Check updates in DINAR"

on:
# Check for updates every Saturday morning
schedule:
- cron: "5 5 * * 6"
#schedule:
# - cron: "5 5 * * 6"
# Check for updates when someone opened an issue
# Can be used as a workaround to immediatly sync with DINAR
issues:
Expand Down
2 changes: 1 addition & 1 deletion static-files/16.0/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exclude: |
# Maybe reactivate this when all README files include prettier ignore tags?
^README\.md$|
# Library files can have extraneous formatting (even minimized)
/static/(src/)?lib/|
/lib/|
# Repos using Sphinx to generate docs don't need prettying
^docs/_templates/.*\.html$|
# You don't usually want a bot to modify your legal texts
Expand Down
17 changes: 10 additions & 7 deletions static-files/all/.github/workflows/DINAR-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@
# limitations under the License.
name: "DINAR: update repo's readme"

on:
push:
paths:
- ".DINAR/build-date.txt"
- ".DINAR/config.yaml"
- ".github/workflows/DINAR-readme.yml"
- "*/__manifest__.py"
# disabled
on: false

#on:
# push:
# paths:
# - ".DINAR/build-date.txt"
# - ".DINAR/config.yaml"
# - ".github/workflows/DINAR-readme.yml"
# - "*/__manifest__.py"
jobs:
repo_readme:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b4ea78a

Please sign in to comment.