We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635371e commit 6b757daCopy full SHA for 6b757da
.github/workflows/redis-cluster-proxy.yaml
@@ -1,4 +1,5 @@
1
---
2
+# @see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
3
name: Redis Cluster Proxy
4
on:
5
push:
@@ -13,7 +14,7 @@ defaults:
13
14
jobs:
15
container-image:
16
name: Container Image
- if: github.repository == "redis-rb/redis-cluster-client"
17
+ if: github.repository == 'redis-rb/redis-cluster-client'
18
timeout-minutes: 15
19
runs-on: ubuntu-latest
20
concurrency: redis-cluster-proxy
0 commit comments