Skip to content

Commit 5960c67

Browse files
committed
Rename internal examples as local examples
1 parent 0e9b38d commit 5960c67

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
pull_request:
88

99
concurrency:
10-
group: ${{ github.ref }}-${{ github.head_ref }}-internal-examples
10+
group: ${{ github.ref }}-${{ github.head_ref }}-local-examples
1111
cancel-in-progress: true
1212

1313
jobs:
14-
internal-examples:
15-
name: internal examples
14+
local-examples:
15+
name: local examples
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
@@ -27,6 +27,6 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install ".[test]"
30-
- name: Run internal examples
30+
- name: Run local examples
3131
run: |
3232
python examples/fodo.py

0 commit comments

Comments
 (0)