Skip to content

Commit

Permalink
Added some sf environment variables to build.yml to disable checking …
Browse files Browse the repository at this point in the history
…for updates during pipeline runs
  • Loading branch information
jongpie committed Jul 9, 2024
1 parent 540f7ea commit 5a529b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Pipeline for Nebula Logger
name: Build

env:
SF_DISABLE_AUTOUPDATE: true
SF_SKIP_NEW_VERSION_CHECK: true
SF_LOG_LEVEL: debug

on:
push:
branches:
Expand Down

0 comments on commit 5a529b8

Please sign in to comment.