Skip to content

Commit

Permalink
chore: enable ci frontend-erc20-e2e (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko authored Nov 22, 2023
1 parent ea18039 commit 0deffff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ jobs:
frontend-erc20-e2e:
runs-on: ubuntu-latest
needs: docker
# if: ${{ github.event_name == 'pull_request' }}
if: ${{ false }} # disable for now because of: TP-768
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Set environment
run: |
Expand Down

0 comments on commit 0deffff

Please sign in to comment.