Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Nov 6, 2024
1 parent 4a7e89a commit 3dad8a8
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/function_test_defender.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -418,25 +418,6 @@ jobs:
Thumbprint: ${{ steps.get-thumbprint.outputs.thumbprint }}
Alias: Def_Tenant6_G5
TestParams: ${{ secrets.TestParams }}
# - name: Extract Email
# id: extract-email
# if: ${{ always() }}
# uses: ./repo/.github/actions/extract-email
# env:
# Alias: Def_Tenant6_G5
# TestParams: ${{ secrets.TestParams }}
# - name: Notify on Failure
# if: ${{ failure() && (inputs.EmailOnFailure || inputs.GitHubEventName == 'schedule') }}
# uses: dawidd6/action-send-mail@v3
# with:
# server_address: smtp.gmail.com
# server_port: 465
# username: ${{ secrets.NotifierUsername }}
# password: ${{ secrets.NotifierPassword }}
# subject: Nightly functional test failure
# body: The Def_Tenant6_G5 test failed. Please look at the "Nightly Product Functional Tests" workflow for more details.
# to: ${{ steps.extract-email.outputs.emails }}
# from: ScubaGear Notifier
email:
name: Email
runs-on: windows-latest
Expand Down

0 comments on commit 3dad8a8

Please sign in to comment.