Merge pull request #9702 from roman-kiselenko/disable-scheduled-workflow-for-fork

Disable Links workflow in forks
This commit is contained in:
Samuel Karp 2024-01-29 07:56:35 +00:00 committed by GitHub
commit 30a6485376
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@ on:
jobs:
check:
runs-on: ubuntu-latest
if: github.repository == 'containerd/containerd'
name: lychee
timeout-minutes: 15
steps: