Skip to content

Commit

Permalink
now? [generate bindings]
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Nov 16, 2023
1 parent e55714d commit eb75528
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,10 @@ jobs:

is_generated_binding_commit:
name: Debug
run: |
echo ${{ github.event.head_commit.message }}
echo ${{ contains(github.event.head_commit.message, '[generate bindings]') }}
steps:
run: |
echo ${{ github.event.head_commit.message }}
echo ${{ contains(github.event.head_commit.message, '[generate bindings]') }}
pr_generated_bindings:
name: Make PR with generated bindings
Expand Down

0 comments on commit eb75528

Please sign in to comment.