Skip to content

Commit

Permalink
Update update-main-readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 18, 2023
1 parent a5c8aef commit a9d6974
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-main-readme.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Update readme
name: Update main readme
on:
push:
branches: "main"
paths:
- .github/workflows/update-readme.yml
- .github/workflows/update-main-readme.yml
pull_request:
paths:
- .github/workflows/update-readme.yml
- .github/workflows/update-main-readme.yml
schedule:
# https://crontab.guru/daily
- cron: "0 0 * * *"
Expand All @@ -16,7 +16,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
update-readme:
update-main-readme:
concurrency: ${{ github.ref }}-write
permissions:
contents: write
Expand Down

0 comments on commit a9d6974

Please sign in to comment.