Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Jaffee committed Jan 24, 2024
1 parent 8d96cc4 commit b17b7a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Run Tests
on:
workflow_call:
inputs:
on: [push, pull_request, workflow_call]
inputs:
build_script:
required: false
type: string
Expand Down

0 comments on commit b17b7a7

Please sign in to comment.