Skip to content

Commit

Permalink
Fixed yaml lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
smickovskid committed Jun 27, 2023
1 parent 51dd341 commit 53007af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_custom_cl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
QA_AWS_ACCOUNT_NUMBER: ${{ secrets.QA_AWS_ACCOUNT_NUMBER }}

e2e_custom_run_smoke_tests:
name: ${{ github.event_name == 'schedule' ? 'Scheduled E2E Custom Run Smoke Tests' : 'E2E Custom Run Smoke Tests' }}
name: ${{ github.event_name == 'schedule' ? 'Scheduled E2E Custom Run Smoke Tests':'E2E Custom Run Smoke Tests' }}
environment: integration
permissions:
checks: write
Expand Down

0 comments on commit 53007af

Please sign in to comment.