Skip to content

Commit ef440a5

Browse files
committed
Suggestion from Leo to retain original workflow name
1 parent ca3f18e commit ef440a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: "CI"
1+
# Note: This name is referred to in the test job, so make sure any changes are sync'd up!
2+
name: "CI: Build and test"
23

34
concurrency:
45
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}

0 commit comments

Comments
 (0)