From 0337438a1b54477c55baa95f5ce4f795fb6e6e6d Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Mon, 11 Nov 2024 13:30:05 -0600 Subject: [PATCH 1/2] Change workflow name to StageX build for consistency with mono --- .github/workflows/{artifacts.yml => stagex.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{artifacts.yml => stagex.yml} (92%) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/stagex.yml similarity index 92% rename from .github/workflows/artifacts.yml rename to .github/workflows/stagex.yml index 3d848e6c..dfc40859 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/stagex.yml @@ -1,4 +1,4 @@ -name: artifacts-build +name: stagex-build on: push: @@ -11,7 +11,7 @@ on: jobs: build: - name: build artifacts + name: build StageX artifacts # We use a special group that is configured to use github largest runner instance # This is charged by the minute, so if you want to reduce cost change back to `runs-on: ubuntu-latest` runs-on: From bebfc8595b612ab8fe1dfd19f0216300c0099e10 Mon Sep 17 00:00:00 2001 From: Arnaud Brousseau Date: Mon, 11 Nov 2024 15:42:02 -0600 Subject: [PATCH 2/2] Revert job name to "build artifacts" --- .github/workflows/stagex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stagex.yml b/.github/workflows/stagex.yml index dfc40859..80546a27 100644 --- a/.github/workflows/stagex.yml +++ b/.github/workflows/stagex.yml @@ -11,7 +11,7 @@ on: jobs: build: - name: build StageX artifacts + name: build artifacts # We use a special group that is configured to use github largest runner instance # This is charged by the minute, so if you want to reduce cost change back to `runs-on: ubuntu-latest` runs-on: