Updated links to point to the ROCm organization. (#337)

Signed-off-by: David Galiffi <David.Galiffi@amd.com>
This commit is contained in:
David Galiffi
2024-04-23 02:44:02 -04:00
committed by GitHub
parent c29f8e8244
commit b81db80926
21 changed files with 63 additions and 63 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ env:
jobs:
omnitrace-ci:
if: github.repository == 'AMDResearch/omnitrace'
if: github.repository == 'ROCm/omnitrace'
runs-on: ubuntu-20.04
@@ -78,7 +78,7 @@ jobs:
popd
omnitrace-release:
if: github.repository == 'AMDResearch/omnitrace'
if: github.repository == 'ROCm/omnitrace'
runs-on: ubuntu-20.04
+2 -2
View File
@@ -25,7 +25,7 @@ env:
jobs:
installers:
if: github.repository == 'AMDResearch/omnitrace'
if: github.repository == 'ROCm/omnitrace'
runs-on: ubuntu-20.04
strategy:
fail-fast: false
@@ -267,7 +267,7 @@ jobs:
- name: Upload STGZ Release Assets
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'AMDResearch/omnitrace'
if: startsWith(github.ref, 'refs/tags/') && github.repository == 'ROCm/omnitrace'
with:
fail_on_unmatched_files: True
files: |
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
path: ./docs
deploy-docs:
if: github.repository == 'AMDResearch/omnitrace' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/gh-pages')
if: github.repository == 'ROCm/omnitrace' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/gh-pages')
runs-on: ubuntu-20.04
needs: build-docs
permissions:
+1 -1
View File
@@ -15,7 +15,7 @@ env:
jobs:
release:
if: github.repository == 'AMDResearch/omnitrace'
if: github.repository == 'ROCm/omnitrace'
runs-on: ubuntu-20.04
permissions:
contents: write