Skip to content

Commit 27eebcd

Browse files
committed
feat(gen): test
1 parent c39489d commit 27eebcd

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
name: Check links on schedule
22
on:
33
schedule:
4-
- cron: "27 14 * * *"
5-
# pull_request:
6-
# push:
7-
4+
- cron: "34 14 * * *"
85
jobs:
96
linkcheck:
107
runs-on: ubuntu-latest
118
steps:
12-
- name: Checkout
13-
uses: actions/checkout@v4
14-
- name: Check links with linkcheck
15-
uses: filiph/[email protected]
9+
- uses: actions/checkout@v4
10+
- uses: filiph/[email protected]
1611
with:
1712
arguments: https://www.scaleway.com/en/docs/

0 commit comments

Comments
 (0)