Skip to content

Commit

Permalink
Rename branch
Browse files Browse the repository at this point in the history
  • Loading branch information
karllessard committed Nov 24, 2023
1 parent f75b6be commit 3006515
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- master
- staging
- r[0-9]+.*
- bazelcism-superclean2000-214 # temporary
- bazelcism # temporary
pull_request:
branches:
- master
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
needs: prepare
strategy:
matrix:
ext: ["", -gpu] #, -mkl, -mkl-gpu]
ext: ["", -gpu]
steps:
- name: Configure Java
uses: actions/setup-java@v2
Expand All @@ -78,7 +78,7 @@ jobs:
needs: prepare
strategy:
matrix:
ext: [""] # , -mkl]
ext: [""]
steps:
- name: Configure Java
uses: actions/setup-java@v2
Expand All @@ -100,7 +100,7 @@ jobs:
needs: prepare
strategy:
matrix:
ext: ["", -gpu] #, -mkl, -mkl-gpu]
ext: [""] #, -gpu]
steps:
- name: Configure page file
uses: al-cheb/configure-pagefile-action@v1.2
Expand Down

0 comments on commit 3006515

Please sign in to comment.