File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2323jobs :
2424 integration-quick :
2525 name : Quick Integration Tests - v${{ inputs.weaviate-version }}
26+ permissions :
27+ contents : read
2628 uses : ./.github/workflows/integration-test.yml
2729 secrets : inherit
2830 with :
3335
3436 integration-slow :
3537 name : Slow Integration Tests - v${{ inputs.weaviate-version }}
36- needs : [integration-quick]
38+ permissions :
39+ contents : read
40+ needs : [integration-rbac]
3741 if : ${{ inputs.run-slow-tests }}
3842 uses : ./.github/workflows/integration-test.yml
3943 secrets : inherit
4549
4650 integration-rbac :
4751 name : RBAC Integration Tests - v${{ inputs.weaviate-version }}
52+ permissions :
53+ contents : read
4854 needs : [integration-quick]
4955 if : ${{ inputs.run-slow-tests }}
5056 uses : ./.github/workflows/integration-test.yml
You can’t perform that action at this time.
0 commit comments