Skip to content

Commit

Permalink
230815.213612.CST test run-time of workflows, 6
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Aug 15, 2023
1 parent d8b3a48 commit b99a28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_flang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
description: Git Ref (Optional)
required: false

run-name: ${{ github.event_name == 'workflow_dispatch' && format('Manually invoked on {0}', inputs.git-ref) || '' }}
run-name: ${{ github.event_name == 'workflow_dispatch' && format('Manual run {0}', inputs.git-ref) || '' }}


jobs:
Expand Down

0 comments on commit b99a28e

Please sign in to comment.