Skip to content

Commit

Permalink
Rename workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Stamm <[email protected]>
  • Loading branch information
timostamm committed Aug 29, 2024
1 parent ea21176 commit 0532f59
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browserstack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "@connectrpc/connect-web on Browserstack"
name: "Browserstack"

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/conformance-cloudflare.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "@connectrpc/connect-cloudflare Conformance"
name: "Cloudflare Conformance"

on:
schedule:
Expand All @@ -18,7 +18,7 @@ env:

jobs:
test:
name: "Test @connectrpc/connect-cloudflare conformance"
name: "Test @connectrpc/connect-cloudflare"
if: github.event_name != 'pull_request' || startsWith(github.event.pull_request.title, 'Release ')
runs-on: conformance
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-express.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "@connectrpc/connect-express Conformance"
name: "Express Conformance"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-fastify.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "@connectrpc/connect-fastify Conformance"
name: "Fastify Conformance"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-node.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "@connectrpc/connect-node Conformance"
name: "Node.js Conformance"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-web.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "@connectrpc/connect-web Conformance"
name: "Web Conformance"

on:
push:
Expand Down

0 comments on commit 0532f59

Please sign in to comment.