Skip to content

Commit bbe71d5

Browse files
committed
Fix copr workflows names
1 parent a334c06 commit bbe71d5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/copr-build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: copr-build-test
1+
name: copr-build-and-test
22

33
on:
44
workflow_call:

.github/workflows/copr-experimental.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: experimental-copr
1+
name: copr-experimental
22

33
on:
44
workflow_dispatch:

.github/workflows/copr-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: nightly-copr
1+
name: copr-nightly
22

33
on:
44
schedule:

0 commit comments

Comments
 (0)