Skip to content

Commit

Permalink
Fix CI/CD mainnet workflow
Browse files Browse the repository at this point in the history
This error was being introduced on every PR from development because this change wasn't applied to development branch.
  • Loading branch information
crisog committed Apr 12, 2021
1 parent 5b1a08c commit 1cfa7d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
- run: .github/scripts/test/run.sh ghcr.io/1hive/celeste-backend:${{ github.sha }}

deploy:
if: github.ref == 'refs/heads/development'
runs-on: ubuntu-latest
needs: test
steps:
Expand Down

0 comments on commit 1cfa7d1

Please sign in to comment.