Skip to content

Commit

Permalink
chore(#136): skipping e2e-tests until rate limiting is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
witash committed Oct 23, 2024
1 parent d5b0252 commit ef558a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test

on: [push, pull_request]
on: [push]

jobs:
unit:
Expand All @@ -20,6 +20,7 @@ jobs:
e2e-tests:
name: E2E Tests
runs-on: ubuntu-latest
if: false

steps:
- name: Login to Docker Hub
Expand Down

0 comments on commit ef558a2

Please sign in to comment.