Skip to content

Commit

Permalink
Merge pull request #15491 from yhtang:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 523161229
  • Loading branch information
jax authors committed Apr 10, 2023
2 parents 646339e + d8592eb commit 88eef9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
if: ${{github.ref != 'refs/head/main'}}
if: ${{github.ref != 'refs/heads/main'}}
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
if: ${{github.ref != 'refs/head/main'}}
if: ${{github.ref != 'refs/heads/main'}}
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
if: ${{github.ref != 'refs/head/main'}}
if: ${{github.ref != 'refs/heads/main'}}
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 88eef9b

Please sign in to comment.