Skip to content

Commit a0eb4fd

Browse files
authored
Merge pull request #32 from dalcalab/CI-tests
CI: Update style
2 parents 812a40c + d40a15f commit a0eb4fd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/windows-testing.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Testing
2-
run-name: ${{ github.event.pull_request.number && format('PR `#{0}', github.event.pull_request.number) || format('Commit {0}', github.sha) }}
2+
run-name: ${{ github.event.pull_request.number && format('Pull request {0}', github.event.pull_request.number) || format('Commit {0}', github.sha) }}
33
on:
44
push:
55
branches:
@@ -8,8 +8,6 @@ on:
88
branches:
99
- main
1010

11-
12-
1311
jobs:
1412
Tests-Windows:
1513
runs-on: windows-latest

0 commit comments

Comments
 (0)