Skip to content

Commit 92fee73

Browse files
committed
Fix workflow
1 parent 296005c commit 92fee73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Verify.Redist.Update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ on:
1414

1515
jobs:
1616
verify:
17+
name: "Verify Redist Update"
1718
if: startsWith(github.head_ref, 'redist-update/')
1819
runs-on: ubuntu-latest
1920
permissions:
2021
pull-requests: write
2122
contents: read
22-
2323
steps:
2424
- name: Checkout code
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)