Skip to content

Commit

Permalink
Fix filename and update job names
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jul 3, 2023
1 parent 7064f18 commit 3a86bed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_iers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
permissions:
contents: write # for peter-evans/create-pull-request to create branch
pull-requests: write # for peter-evans/create-pull-request to create a PR
name: Auto-update IERS tables
name: Auto-update IERS tables in v5.0.x
runs-on: ubuntu-latest
if: github.repository == 'astrofrog/astropy'
steps:
Expand All @@ -32,7 +32,7 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
git add astropy/utils/iers/data/Leap_Second.dat
git add astropy/utils/iers/data/eopc04.1962-now
git add astropy/utils/iers/data/eopc04_IAU2000.62-now
if ! git diff --cached --exit-code; then
git commit -m "Update IERS Earth rotation and leap second tables"
fi
Expand All @@ -52,7 +52,7 @@ jobs:
permissions:
contents: write # for peter-evans/create-pull-request to create branch
pull-requests: write # for peter-evans/create-pull-request to create a PR
name: Auto-update IERS tables
name: Auto-update IERS tables in v5.3.x
runs-on: ubuntu-latest
if: github.repository == 'astrofrog/astropy'
steps:
Expand Down

0 comments on commit 3a86bed

Please sign in to comment.