Skip to content

Commit

Permalink
Disable E2E tests and Frontend tests from running as they fail on our…
Browse files Browse the repository at this point in the history
… fork
  • Loading branch information
jeremypoulter committed Dec 12, 2024
1 parent a67ce74 commit 54a3f09
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/superset-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: E2E

on:
push:
branches:
- "master"
- "[0-9].[0-9]*"
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
# push:
# branches:
# - "master"
# - "[0-9].[0-9]*"
# pull_request:
# types: [synchronize, opened, reopened, ready_for_review]
workflow_dispatch:
inputs:
use_dashboard:
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/superset-frontend.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Frontend

on:
push:
branches:
- "master"
- "[0-9].[0-9]*"
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
workflow_dispatch:
# push:
# branches:
# - "master"
# - "[0-9].[0-9]*"
# pull_request:
# types: [synchronize, opened, reopened, ready_for_review]

# cancel previous workflow jobs for PRs
concurrency:
Expand Down

0 comments on commit 54a3f09

Please sign in to comment.