Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aquint-zama committed Jan 29, 2024
1 parent df2345a commit 4f5ebd9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Check Markdown links

on:
pull_request:
push:
branches:
- main
schedule:
# Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "0 9 * * *"
workflow_dispatch:
# pull_request:
# push:
# branches:
# - main
# schedule:
# # Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
# - cron: "0 9 * * *"

jobs:
markdown-link-check:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
- 'release/*'
pull_request:

jobs:
build:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Pull request tests

on:
pull_request:
branches:
- main
workflow_dispatch:
# pull_request:
# branches:
# - main

jobs:
build:
Expand Down

0 comments on commit 4f5ebd9

Please sign in to comment.