Skip to content

Commit

Permalink
Enabling can-i-deploy on prs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-in-a-Jar committed Jun 1, 2023
1 parent 0f14280 commit a2b42bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/consumer_contract_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ name: Consumer contract tests

on:
pull_request:
branches:
- develop
paths-ignore:
- 'README.md'
push:
Expand Down Expand Up @@ -132,7 +130,7 @@ jobs:

can-i-deploy:
runs-on: ubuntu-latest
if: ${{ needs.init-github-context.outputs.fork == 'false' && false}} # Disabling this step for now until there is a webhook setup
if: ${{ needs.init-github-context.outputs.fork == 'false'}} # Disabling this step for now until there is a webhook setup
needs: [ init-github-context, publish-contracts ]
steps:
- name: Dispatch to terra-github-workflows
Expand Down

0 comments on commit a2b42bf

Please sign in to comment.