Skip to content

Commit

Permalink
chore: revert temp deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasdc committed Aug 27, 2024
1 parent e3a6192 commit b07f252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ jobs:
- run: ./.bin/sqitch-last-change-is-tag.sh db

deploy:
# if: github.event.ref == 'refs/heads/main'
# needs: [test-code, test-containers]
if: github.event.ref == 'refs/heads/main'
needs: [test-code, test-containers]
uses: ./.github/workflows/deploy.yaml
secrets:
OPENSHIFT_SERVER: ${{ secrets.OPENSHIFT_SERVER }}
Expand Down

0 comments on commit b07f252

Please sign in to comment.