Skip to content

Commit

Permalink
Updated env: CI: false location.
Browse files Browse the repository at this point in the history
  • Loading branch information
markheydon authored Jan 18, 2025
1 parent 23df990 commit a5a1f55
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
branches:
- v6-rollback

env:
CI: false

jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
Expand All @@ -32,8 +35,6 @@ jobs:
api_location: "" # Api source code path - optional
output_location: "" # Built app content directory - optional
###### End of Repository/Build Configurations ######
env:
CI: false

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
Expand Down

0 comments on commit a5a1f55

Please sign in to comment.