We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc76477 commit 055523eCopy full SHA for 055523e
1 file changed
.github/workflows/scheduled-jobs.yaml
@@ -108,7 +108,7 @@ jobs:
108
name: Synchronize tags with kubernetes
109
runs-on: ubuntu-latest
110
needs: update-schemas
111
- if: github.repository == 'CustomResourceDefinition/catalog' && github.ref == 'refs/heads/main' && needs.update-schemas.outputs.updated
+ if: github.repository == 'CustomResourceDefinition/catalog' && github.ref == 'refs/heads/main' && needs.update-schemas.outputs.updated == 'true'
112
permissions:
113
contents: write
114
steps:
0 commit comments