Skip to content

Commit ab707c6

Browse files
committed
chore: fix typos in CI workflows
1 parent 2521e29 commit ab707c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test_suite_ubuntu.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Workflow to run the FTorch test suite
2-
name: TestSuite
2+
name: TestSuiteUbuntu
33

44
# Controls when the workflow will run
55
on:
@@ -10,7 +10,7 @@ on:
1010
# Triggers the workflow on pushes to open pull requests with code changes
1111
pull_request:
1212
paths:
13-
- '.github/workflows/test_suite.yml'
13+
- '.github/workflows/test_suite_ubuntu.yml'
1414
- '**.c'
1515
- '**.cpp'
1616
- '**.fypp'
@@ -33,8 +33,8 @@ concurrency:
3333

3434
# Workflow run - one or more jobs that can run sequentially or in parallel
3535
jobs:
36-
# This workflow contains a single job called "test-suite"
37-
test-suite:
36+
# This workflow contains a single job called "test-suite-ubuntu"
37+
test-suite-ubuntu:
3838
# The type of runner that the job will run on
3939
runs-on: ubuntu-latest
4040
strategy:

.github/workflows/test_suite_windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
# Triggers the workflow on pushes to open pull requests with code changes
1111
pull_request:
1212
paths:
13-
- '.github/workflows/test_suite.yml'
13+
- '.github/workflows/test_suite_windows.yml'
1414
- '**.c'
1515
- '**.cpp'
1616
- '**.fypp'

0 commit comments

Comments
 (0)