Skip to content

Commit d5ab856

Browse files
committed
chore: revert for post-pr
1 parent d937d67 commit d5ab856

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-nix-pgupgrade-scripts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,10 @@ jobs:
8181
SLACK_COLOR: 'danger'
8282
SLACK_MESSAGE: 'Publishing pg_upgrade scripts failed'
8383
SLACK_FOOTER: ''
84-
#TODO Remove this comment
8584
publish-prod:
8685
needs: prepare
8786
runs-on: ubuntu-latest
88-
if: github.ref_name == 'sam/publish-gh-actions' || contains( github.ref, 'release' )
87+
if: github.ref_name == 'develop' || contains( github.ref, 'release' )
8988

9089
strategy:
9190
matrix:

0 commit comments

Comments
 (0)