Skip to content

Commit 5e6a58a

Browse files
committed
Filename may need to be quoted in paths: condition
1 parent 5dc6692 commit 5e6a58a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ run-name: Continuous integration Cirq compatibility test
1515
on:
1616
push:
1717
paths:
18-
- .github/workflows/ci-nightly-cirq-test.yaml
19-
18+
- '.github/workflows/ci-nightly-cirq-test.yaml'
2019

2120
schedule:
2221
- cron: "10 7 * * *"

0 commit comments

Comments
 (0)