Skip to content

Commit c08fe58

Browse files
authored
Rename pull-request-build-yml to pull-request-build.yml
The original filename was `-yml` which I believe was preventing the workflow from running.
1 parent 9ddf36d commit c08fe58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-build-yml renamed to .github/workflows/pull-request-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
--branch "${{ github.event.pull_request.head.ref }}" \
4343
--pr-number "${{ github.event.pull_request.number }}" \
4444
--run-id "${{ github.run_id }}"
45-
timeout-minutes: 510 # 8.5 hours
45+
timeout-minutes: 510 # 8.5 hours

0 commit comments

Comments
 (0)