Skip to content

Commit

Permalink
Set default to run build job (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 12, 2024
1 parent 739c0ff commit 3ae67fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- elizabeth/add-windows-linux-tensorflow-conda-package

paths:
- ".github/workflows/build_tensorflow.yml"
Expand All @@ -16,7 +15,7 @@ on:

# If RUN_BUILD_JOB is set to true, then RUN_ID will be overwritten to the current run id
env:
RUN_BUILD_JOB: false # TODO(LM): Set to true
RUN_BUILD_JOB: true
RUN_ID: 10824742361 # Only used if RUN_BUILD_JOB is false (to dowload build artifact)

jobs:
Expand Down Expand Up @@ -90,7 +89,7 @@ jobs:
runs-on: ${{ matrix.os }}
needs: build
strategy:
fail-fast: false # TODO(LM): Set to true
fail-fast: true
matrix:
os: ["ubuntu-22.04", "windows-2022", "macos-14"]
include:
Expand Down

0 comments on commit 3ae67fb

Please sign in to comment.