Skip to content

Commit

Permalink
[CI] explicitly pass is-ptr to spec_test
Browse files Browse the repository at this point in the history
  • Loading branch information
gastank committed Mar 5, 2025
1 parent 4c7a223 commit 272b72b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
with:
cache-key: ubuntu-clang++-15-for_run-${{ github.sha }}-cpp-17
cache-sha: ${{ github.sha }}
is-ptr: false

spec-test-ptr:
needs: [spec-test, ubuntu-clang-build]
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/spec_test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: spec-test

run-name: ${{ github.event.workflow_run.head_commit.message }}

on:
workflow_call:
inputs:
Expand All @@ -13,7 +11,7 @@ on:
required: true
is-ptr:
type: boolean
required: false
required: true

jobs:
spec-test:
Expand Down

0 comments on commit 272b72b

Please sign in to comment.