Skip to content

Commit

Permalink
dump
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed May 29, 2024
1 parent bb552a0 commit b25177d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci_code_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ jobs:
skip_api_build: true


# smoke_test:
# name: Smoke Test
# needs: build
# if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
# uses: ./.github/workflows/ci_integration_test.yml
# with:
# environment: 'local'
# notify: false
# secrets: inherit
smoke_test:
name: Smoke Test
needs: build
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
uses: ./.github/workflows/ci_integration_test.yml
with:
environment: 'local'
notify: false
secrets: inherit



Expand Down

0 comments on commit b25177d

Please sign in to comment.