Skip to content

Commit

Permalink
Rename workflow back to build-example temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
pheki committed Jul 19, 2023
1 parent a27d86d commit 70e17c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build example

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ jobs:
# Required by Github CLI (`gh`)
GH_TOKEN: ${{ github.token }}
run: |
gh workflow run build.yml --ref ${{ steps.create-pull-request.outputs.pull-request-head-sha }}
gh workflow run build-example.yml --ref ${{ steps.create-pull-request.outputs.pull-request-head-sha }}

0 comments on commit 70e17c6

Please sign in to comment.