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 17, 2023
1 parent 3989009 commit 7fb08db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
needs: check_generate_bindings_flag
steps:
- run: echo "${{ needs.check_generate_bindings_flag.outputs.head_commit_message }}"
- run: echo "${{ contains(needs.check_generate_bindings_flag.outputs.head_commit_message) }}"
- run: echo "${{ contains(needs.check_generate_bindings_flag.outputs.head_commit_message, '[generate bindings]') }}"

pr_generated_bindings:
name: Make PR with generated bindings
Expand Down

0 comments on commit 7fb08db

Please sign in to comment.