Skip to content

Commit

Permalink
update action naming
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Oct 22, 2024
1 parent dc2e69d commit 2967950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test All Examples
name: Test Examples

on:
pull_request:
Expand Down Expand Up @@ -40,6 +40,6 @@ jobs:
fail-fast: false
needs:
- get-examples-with-changes
uses: ./.github/workflows/reusable_test_run.yaml
uses: ./.github/workflows/reusable_test_runner.yaml
with:
example-dir: ${{ matrix.dir }}

0 comments on commit 2967950

Please sign in to comment.