Skip to content

Commit

Permalink
Remove push on yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed Jun 12, 2024
1 parent 3f4f0de commit 8dec111
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checklang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 23 * * 2'
push:
paths:
- '**.yml'
# push:
# paths:
# - '**.yml'

jobs:
diff:
Expand Down

0 comments on commit 8dec111

Please sign in to comment.