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 25baf9e commit 4ef6160Copy full SHA for 4ef6160
.github/workflows/ci-pipeline.yml
@@ -48,7 +48,7 @@ jobs:
48
49
## release pipeline - run only on main repo
50
publish-containers:
51
- #if: github.repository == "np-overflow/k8s-cms" && github.head_ref == "master"
+ if: github.repository == "np-overflow/k8s-cms" && github.head_ref == "master"
52
runs-on: ubuntu-18.04
53
needs:
54
- build-containers
0 commit comments