Skip to content

Commit

Permalink
run workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 31, 2024
1 parent 88c0f4d commit c13ab09
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Docs
on:
schedule:
- cron: '0 0 * * *'

push:
branches: [ main ] # TODO
pull_request:
branches: [ main ] # TODO
jobs:
sync-docs:
runs-on: ubuntu-latest
Expand All @@ -29,4 +32,4 @@ jobs:
commit-message: sync docs
branch: docs-${{steps.date.outputs.date}}
labels: documentation
base: main
base: az-cli-docs # TODO main

0 comments on commit c13ab09

Please sign in to comment.