Skip to content

Commit

Permalink
Merge pull request #781 from atls-academy/chore/without-hd
Browse files Browse the repository at this point in the history
Update dsm.yml
  • Loading branch information
TorinAsakura authored Jul 30, 2023
2 parents 30aac8f + 101d57e commit f1e20dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dsm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: DSM
on:
schedule:
# every day at 4:00 UTC (7:00 MSK)
- cron: '0 4 * * MON-FRI'
- cron: '0 4 * * *'
workflow_dispatch:

jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Read template
id: template
uses: juliangruber/read-file-action@v1
Expand Down

0 comments on commit f1e20dd

Please sign in to comment.