瀏覽代碼

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
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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 * * *'



Loading…
取消
儲存