소스 검색

Add workflow_dispatch event

This makes it possible to run the script to validate all links manually, via a button on the GitHub Actions panel. This will be useful for testing and when you need to run validation right away.
pull/3049/head
Matheus Felipe 2 년 전
committed by GitHub
부모
커밋
51b4166a96
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      .github/workflows/validate_links.yml

+ 1
- 0
.github/workflows/validate_links.yml 파일 보기

@@ -1,6 +1,7 @@
name: "Validate links"

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'



불러오는 중...
취소
저장