Skip to content

Commit

Permalink
remove test pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
glegendre01 committed Jul 15, 2024
1 parent 9845461 commit c323a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_75.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
type=raw,value=turing-latest
type=raw,value=turing-sha-${{ env.GITHUB_SHA_SHORT }}
- name: Sync to internal registry
if: ${{ github.event_name != 'pull_request' }}
#if: ${{ github.event_name != 'pull_request' }}
id: sync-internal-registry
uses: the-actions-org/workflow-dispatch@v4
with:
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
type=raw,value=turing-latest-grpc
type=raw,value=turing-sha-${{ env.GITHUB_SHA_SHORT }}-grpc
- name: Sync to internal registry
if: ${{ github.event_name != 'pull_request' }}
#if: ${{ github.event_name != 'pull_request' }}
id: sync-grpc-internal-registry
uses: the-actions-org/workflow-dispatch@v4
with:
Expand Down

0 comments on commit c323a19

Please sign in to comment.