Skip to content

Commit

Permalink
smoke disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopocarlini committed May 29, 2024
1 parent b25177d commit 0ef5d3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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
2 changes: 1 addition & 1 deletion .github/workflows/ci_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
needs: [ integration_test ]
runs-on: ubuntu-latest
name: Notify
if: ${{ always() && (inputs.notify == true) }}
if: ${{ always() && inputs.notify == true && github.event_name != 'schedule' }}
steps:
- name: Report Status
uses: ravsamhq/notify-slack-action@v2
Expand Down

0 comments on commit 0ef5d3f

Please sign in to comment.