Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MCatherine1994 committed Oct 19, 2023
1 parent 867a6dc commit 8b232fa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 8b232fa

Please sign in to comment.