From 222877e4f807a4b781cb85f0e493396215df6e12 Mon Sep 17 00:00:00 2001 From: "Jonathan R. Madsen" Date: Mon, 30 May 2022 18:46:58 -0500 Subject: [PATCH] Update cpack workflows (#14) - Reverts edits in PR #13 [ROCm/rocprofiler-systems commit: ce291877cc2945e8211492c408c8e032f9158a2a] --- .../.github/workflows/cpack-opensuse.yml | 6 ++---- .../rocprofiler-systems/.github/workflows/cpack-ubuntu.yml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/projects/rocprofiler-systems/.github/workflows/cpack-opensuse.yml b/projects/rocprofiler-systems/.github/workflows/cpack-opensuse.yml index 8e991f8284..4288e2a61a 100644 --- a/projects/rocprofiler-systems/.github/workflows/cpack-opensuse.yml +++ b/projects/rocprofiler-systems/.github/workflows/cpack-opensuse.yml @@ -2,10 +2,8 @@ name: cpack-opensuse on: push: - branches: - - 'releases/**' - tags: - - v1.* + branches: [releases/**] + tags: [] env: GIT_DISCOVERY_ACROSS_FILESYSTEM: 1 diff --git a/projects/rocprofiler-systems/.github/workflows/cpack-ubuntu.yml b/projects/rocprofiler-systems/.github/workflows/cpack-ubuntu.yml index 125b79ace9..817876bac1 100644 --- a/projects/rocprofiler-systems/.github/workflows/cpack-ubuntu.yml +++ b/projects/rocprofiler-systems/.github/workflows/cpack-ubuntu.yml @@ -2,10 +2,8 @@ name: cpack-ubuntu on: push: - branches: - - 'releases/**' - tags: - - v1.* + branches: [releases/**] + tags: [] env: GIT_DISCOVERY_ACROSS_FILESYSTEM: 1