From 8b232fab7aeb92eb17b21f9babc8b2900edd2824 Mon Sep 17 00:00:00 2001 From: catherine meng Date: Thu, 19 Oct 2023 12:03:24 -0700 Subject: [PATCH] test --- .github/workflows/pr-open.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 400af18c9..6c1991d46 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -7,9 +7,6 @@ concurrency: group: pr-${{ github.ref }} cancel-in-progress: true -env: - ZONE: ${{ github.event.number }} - jobs: setup: name: Reset the deployment number @@ -20,7 +17,7 @@ jobs: - name: Calculate the deployment number id: calculate run: | - echo "zone=$((${{ env.ZONE }} % 100))" >> $GITHUB_OUTPUT + echo "zone=$((${{ github.event.number }} % 100))" >> $GITHUB_OUTPUT prep: name: Prep