Skip to content

Commit

Permalink
Merge pull request #17 from HistoryAtState/fix/ci-releases
Browse files Browse the repository at this point in the history
Fix/ci releases
  • Loading branch information
joewiz authored Feb 11, 2025
2 parents d3d15b5 + 0a105a0 commit 4568c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

# Commit repo.xml file
- name: Commit and Push
if: ${{ matrix.java-version == 17 && github.event_name == 'push' }}
if: ${{ matrix.java-version == 17 && github.event_name == 'push' && github.ref != 'refs/heads/master' }}
uses: actions-x/commit@v6
with:
message: "fix(repo.xml): update [skip ci]"
Expand Down
2 changes: 1 addition & 1 deletion repo.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<meta commit-id="7f7217943b7e06ca27b60757837909ef478bcd05" commit-time="1738772090" xmlns="http://exist-db.org/xquery/repo">
<meta commit-id="0a192f2e7f43bbbb35dc1e9b0f33fc3b1e593845" commit-time="1739274231" xmlns="http://exist-db.org/xquery/repo">
<description>Administrative Timeline of the Department of State (data)</description>
<author>Office of the Historian</author>
<website>https://history.state.gov</website>
Expand Down

0 comments on commit 4568c09

Please sign in to comment.