Skip to content

Commit 4a15f95

Browse files
committed
workflows: better naming
1 parent 632a81a commit 4a15f95

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/auto-merge-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: auto-merge
1+
name: auto-merge-dependabot.yaml
22
on: pull_request
33

44
permissions:

.github/workflows/compatibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Compatibility tests
1+
name: compatibility.yaml
22

33
concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: coverage
1+
name: coverage.yaml
22

33
concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: e2e
1+
name: e2e.yaml
22

33
concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: node
1+
name: node.yaml
22

33
concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: release.yaml
22
on:
33
release:
44
types: [created]

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: rust
1+
name: rust.yaml
22

33
concurrency:
44
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)