Skip to content

Commit 6b757da

Browse files
authored
ci: The workflow is not valid. Unexpected symbol: ... (#163)
1 parent 635371e commit 6b757da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/redis-cluster-proxy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
# @see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
23
name: Redis Cluster Proxy
34
on:
45
push:
@@ -13,7 +14,7 @@ defaults:
1314
jobs:
1415
container-image:
1516
name: Container Image
16-
if: github.repository == "redis-rb/redis-cluster-client"
17+
if: github.repository == 'redis-rb/redis-cluster-client'
1718
timeout-minutes: 15
1819
runs-on: ubuntu-latest
1920
concurrency: redis-cluster-proxy

0 commit comments

Comments
 (0)