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 d937d67 commit d5ab856Copy full SHA for d5ab856
.github/workflows/publish-nix-pgupgrade-scripts.yml
@@ -81,11 +81,10 @@ jobs:
81
SLACK_COLOR: 'danger'
82
SLACK_MESSAGE: 'Publishing pg_upgrade scripts failed'
83
SLACK_FOOTER: ''
84
- #TODO Remove this comment
85
publish-prod:
86
needs: prepare
87
runs-on: ubuntu-latest
88
- if: github.ref_name == 'sam/publish-gh-actions' || contains( github.ref, 'release' )
+ if: github.ref_name == 'develop' || contains( github.ref, 'release' )
89
90
strategy:
91
matrix:
0 commit comments