Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wendyliu235 committed Apr 25, 2024
1 parent eddffa6 commit 310f7c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/IDC_1100_Public_Sycl_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
#
# * smtp://user:password@server:port
# * smtp+starttls://user:password@server:port
#connection_url: ${{secrets.MAIL_CONNECTION}}
connection_url:
# Required mail server address if not connection_url:
server_address: dgpu_validation_faceless@intel.com
# Server port, default 25:
Expand Down Expand Up @@ -93,8 +93,8 @@ jobs:
# Optional attachments:
attachments: attachments.zip,git.diff,./dist/static/*.js
# Optional priority: 'high', 'normal' (default) or 'low'
priority: low
priority: high
# Optional nodemailerlog: true/false
nodemailerlog: false
nodemailerlog: true
# Optional nodemailerdebug: true/false if true lognodem will also be set true
nodemailerdebug: false
nodemailerdebug: true

0 comments on commit 310f7c1

Please sign in to comment.