Skip to content

Commit

Permalink
Merge pull request #1656 from bcgov/jp-0208
Browse files Browse the repository at this point in the history
(MASTER) [jp-0208] Donate Now Pledge 242 and 243-- Correct Calendar Year and Pay deduct date (Merge branch 'jp-0209' into jp-0208)
  • Loading branch information
jp-Telus authored Dec 18, 2024
2 parents e153501 + 05347e7 commit 84fb83c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
#Print variables for logging and debugging purposes
checkEnv:
name: Check Env variables
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Print Env Vars
run: |
Expand All @@ -26,7 +26,7 @@ jobs:

build:
name: Build APP
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
# if: ${{ github.event.pull_request.merged == true}}
if: github.ref_name == 'dev' || github.ref_name == 'test' || github.ref_name == 'prod'
env:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
# Deploy App images in Dev
deployDev:
name: Deploy APP to Dev environment
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.ref_name == 'dev'
env:
BUILD_ID: ${{ github.event.number }}
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
# Deploy App images in Test
deployTest:
name: Deploy APP to Test environment
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.ref_name == 'test'
env:
BUILD_ID: ${{ github.event.number }}
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
# Deploy App images in Prod
deployProd:
name: Deploy APP to Prod environment
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.ref_name == 'prod'
env:
BUILD_ID: ${{ github.event.number }}
Expand Down

0 comments on commit 84fb83c

Please sign in to comment.