Skip to content

Commit b5fa424

Browse files
fix: improve update-sample-data workflow (#14401)
Rename job from run-binary-and-create-pr to run-script-and-create-pr to better reflect what the step does, and update the PR body to describe that the workflow updates timestamps in the sample data.
1 parent 3b20e9f commit b5fa424

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-sample-data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- cron: '0 0 1 1,4,7,10 *'
1212

1313
jobs:
14-
run-binary-and-create-pr:
14+
run-script-and-create-pr:
1515
runs-on: ubuntu-latest
1616
steps:
1717
# Checkout the repository
@@ -40,4 +40,4 @@ jobs:
4040
branch: update-sample-data
4141
base: dev
4242
title: "Update sample data"
43-
body: "This pull request updates the sample data."
43+
body: "This pull request updates the timestamps in the sample data to keep them up to date."

0 commit comments

Comments
 (0)