Skip to content

Commit 2b5a2c1

Browse files
committed
Adjust workflow names to make them more clear
This makes the names shown in the GitHub UI a bit easier to figure out.
1 parent e29e0a4 commit 2b5a2c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-nightly-build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# https://github.com/tensorflow/quantum/actions/workflows/ci-build-checks.yaml
1515
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1616

17-
name: CI nightly test
17+
name: CI nightly full test
1818
run-name: Continuous integration nightly build & test
1919

2020
on:

.github/workflows/ci-nightly-cirq-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# options for overridding some of the parameters for the run.
1010
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1111

12-
name: CI nightly Cirq test
12+
name: CI nightly Cirq compatibility test
1313
run-name: Continuous integration Cirq compatibility test
1414

1515
on:

0 commit comments

Comments
 (0)