Skip to content

Commit

Permalink
Use explicitly 'master' branches (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Dec 20, 2023
1 parent 80f9bc1 commit 5c0182d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/azure/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ resources:
type: github
endpoint: openvinotoolkit
name: openvinotoolkit/openvino
ref: master

- repository: testdata
type: github
endpoint: openvinotoolkit
name: openvinotoolkit/testdata
ref: master

jobs:
- job: Lin
Expand Down
2 changes: 2 additions & 0 deletions .ci/azure/linux_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ resources:
type: github
endpoint: openvinotoolkit
name: openvinotoolkit/openvino
ref: master

- repository: testdata
type: github
endpoint: openvinotoolkit
name: openvinotoolkit/testdata
ref: master

jobs:
- job: NVIDIAPlugin_Lin
Expand Down
2 changes: 2 additions & 0 deletions .ci/azure/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ resources:
type: github
endpoint: openvinotoolkit
name: openvinotoolkit/openvino
ref: master

- repository: testdata
type: github
endpoint: openvinotoolkit
name: openvinotoolkit/testdata
ref: master

jobs:
- job: Mac
Expand Down
2 changes: 2 additions & 0 deletions .ci/azure/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ resources:
type: github
endpoint: openvinotoolkit
name: openvinotoolkit/openvino
ref: master

- repository: testdata
type: github
endpoint: openvinotoolkit
name: openvinotoolkit/testdata
ref: master

jobs:
- job: Win
Expand Down

0 comments on commit 5c0182d

Please sign in to comment.