Skip to content

Commit

Permalink
Update workflow "Annual review" » Remove TEST and enable cron job (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenja11 authored Apr 19, 2024
1 parent 2e4a969 commit c92a9f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-annual-update.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Annual review

on:
# schedule:
# - cron: '0 0 1 * *'
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
# workflow_dispatch:

jobs:
changed_files:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
if [ "$author" == "hetzneronline" ]; then
echo "| $path | $title | Hetzner |" >> summary-authors.md
else
echo "| $path | $title | <test-author> |" >> summary-authors.md
echo "| $path | $title | @$author |" >> summary-authors.md
fi
else
continue
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Create a new issue
run: |
gh issue create \
--title "[TEST] Tutorials written over a year ago ($CURRENT_MONTH_WRITTEN)" \
--title "Tutorials written over a year ago ($CURRENT_MONTH_WRITTEN)" \
--body-file summary-authors.md
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit c92a9f2

Please sign in to comment.