Skip to content

Commit

Permalink
CI Skip ci when updating the cross build metadata file (pyodide#4972)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored and hoodmane committed Nov 14, 2024
1 parent 46b61c4 commit acff395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_cross_build_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update cross-build metadata file for version ${{ env.VERSION }}
commit-message: Update cross-build metadata file for version ${{ env.VERSION }} [skip ci]
title: Update cross-build metadata file for version ${{ env.VERSION }}
body: |
This PR updates the cross-build metadata file.
This PR updates the cross-build metadata file for version ${{ env.VERSION }}
branch: update-cross-build-metadata-${{ env.VERSION }}
base: main
branch-suffix: timestamp
Expand Down

0 comments on commit acff395

Please sign in to comment.