From 4eb06934a30186847005a9c84dce5747da0565db Mon Sep 17 00:00:00 2001 From: colramos425 Date: Thu, 5 Jan 2023 13:07:35 -0600 Subject: [PATCH] Revert temp branch testing Signed-off-by: colramos425 [ROCm/rocprofiler-compute commit: b58ca9b59d2c11356619db34595bd4819003364d] --- .../.github/workflows/ubuntu-focal.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml b/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml index 0cc3ce6e94..d9683af8c1 100644 --- a/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml +++ b/projects/rocprofiler-compute/.github/workflows/ubuntu-focal.yml @@ -5,9 +5,9 @@ name: Ubuntu 20.04 # Controls when the workflow will run on: push: - branches: [ main, dev, ci-reorg ] + branches: [ main, dev ] pull_request: - branches: [ main, dev, ci-reorg ] + branches: [ main, dev ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -45,11 +45,11 @@ jobs: cd build cmake -DCMAKE_INSTALL_PREFIX=/opt/omniperf .. make install - - name: CTEST- Analyze Commands + - name: CTest- Analyze Commands run: | cd build ctest --verbose -R test_analyze_commands - - name: CTEST- Analyze Workloads + - name: CTest- Analyze Workloads run: | cd build ctest --verbose -R test_analyze_workloads test_saved_analysis