Skip to content

Commit 4e136e8

Browse files
committed
fix: update cron schedule for workflow
1 parent 5ef5e81 commit 4e136e8

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,19 @@ on:
55
branches:
66
- main
77
schedule:
8-
- cron: "0 0 * * *"
8+
- cron: "0 1 * * *"
99
workflow_dispatch:
1010

1111
permissions:
1212
contents: write
13-
pages: write
1413
id-token: write
1514

1615
concurrency:
1716
group: dotfiles
1817
cancel-in-progress: false
1918

2019
jobs:
21-
deploy:
22-
environment:
23-
name: github-pages
24-
url: ${{ steps.deployment.outputs.page_url }}
20+
update:
2521
runs-on: ubuntu-latest
2622

2723
steps:

0 commit comments

Comments
 (0)