File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 #
5757 project :
5858 name : Project Checks
59+ if : github.repository == 'containerd/containerd'
5960 runs-on : ubuntu-20.04
6061 timeout-minutes : 5
6162
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ permissions: # added using https://github.com/step-security/secure-workflows
1515
1616jobs :
1717 CodeQL-Build :
18+ if : github.repository == 'containerd/containerd'
1819 permissions :
1920 actions : read # for github/codeql-action/init to get workflow details
2021 contents : read # for actions/checkout to fetch code
Original file line number Diff line number Diff line change 88 # Others use https://github.com/AdaLogics/go-fuzz-headers.
99 ci_fuzz :
1010 name : CI Fuzz
11+ if : github.repository == 'containerd/containerd'
1112 runs-on : ubuntu-latest
1213 timeout-minutes : 60
1314 steps :
3536 # runnable with go test -fuzz.
3637 go_test_fuzz :
3738 name : go test -fuzz
39+ if : github.repository == 'containerd/containerd'
3840 runs-on : ubuntu-latest
3941 timeout-minutes : 30
4042 steps :
You can’t perform that action at this time.
0 commit comments