Skip to content

Commit

Permalink
[generate bindings]
Browse files Browse the repository at this point in the history
  • Loading branch information
CGMossa committed Nov 16, 2023
1 parent c397612 commit 1840701
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ jobs:
with:
ref: ${{ env.GITHUB_SHA }}
- name: Get Head Commit Message
id: get_head_commit_message
run: echo "HEAD_COMMIT_MESSAGE=$(git show -s --format=%s)" >> "$GITHUB_ENV"
id: get_head_commit_message
run: echo "HEAD_COMMIT_MESSAGE=$(git show -s --format=%s)" >> "$GITHUB_ENV"

is_generated_binding_commit:
name: Debug
Expand All @@ -258,7 +258,7 @@ jobs:
needs: [test_with_bindgen, check_generate_bindings_flag]
if: ${{ contains($HEAD_COMMIT_MESSAGE, '[generate bindings]') }}
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1840701

Please sign in to comment.