Skip to content

Commit

Permalink
Comment out E2E test run triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Feb 21, 2024
1 parent 8e940c5 commit d58d67b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: E2E Tests
on:
push:
branches:
- develop
pull_request:
# on:
# push:
# branches:
# - develop
# pull_request:

jobs:
playwright:
Expand Down Expand Up @@ -143,4 +143,3 @@ jobs:
docker rm webapp
docker stop blockchain
docker rm blockchain

0 comments on commit d58d67b

Please sign in to comment.