Skip to content

Commit

Permalink
chore: update test.yml to enable calling from other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Dec 5, 2023
1 parent cd31fb8 commit 49fcb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync-files/js/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: Test
on: [push, pull_request]
on: [push, pull_request, workflow_call]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 49fcb0f

Please sign in to comment.