Commit ab707c6 1 parent 2521e29 commit ab707c6 Copy full SHA for ab707c6
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Workflow to run the FTorch test suite
2
- name : TestSuite
2
+ name : TestSuiteUbuntu
3
3
4
4
# Controls when the workflow will run
5
5
on :
10
10
# Triggers the workflow on pushes to open pull requests with code changes
11
11
pull_request :
12
12
paths :
13
- - ' .github/workflows/test_suite .yml'
13
+ - ' .github/workflows/test_suite_ubuntu .yml'
14
14
- ' **.c'
15
15
- ' **.cpp'
16
16
- ' **.fypp'
@@ -33,8 +33,8 @@ concurrency:
33
33
34
34
# Workflow run - one or more jobs that can run sequentially or in parallel
35
35
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 :
38
38
# The type of runner that the job will run on
39
39
runs-on : ubuntu-latest
40
40
strategy :
Original file line number Diff line number Diff line change 10
10
# Triggers the workflow on pushes to open pull requests with code changes
11
11
pull_request :
12
12
paths :
13
- - ' .github/workflows/test_suite .yml'
13
+ - ' .github/workflows/test_suite_windows .yml'
14
14
- ' **.c'
15
15
- ' **.cpp'
16
16
- ' **.fypp'
You can’t perform that action at this time.
0 commit comments