We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3f18e commit ef440a5Copy full SHA for ef440a5
.github/workflows/ci.yml
@@ -1,4 +1,5 @@
1
-name: "CI"
+# 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"
3
4
concurrency:
5
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
0 commit comments