Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
disable CI desktop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Jan 12, 2024
1 parent 69f6b48 commit da0f704
Show file tree
Hide file tree
Showing 2 changed files with 273 additions and 269 deletions.
35 changes: 19 additions & 16 deletions .github/workflows/test-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,25 @@ permissions:

on:
push:
branches:
- main
- e2e
- release/*
paths:
- frontend/*
- ".github/workflows/test-desktop.yml"

pull_request:
branches:
- main
- e2e
- release/*
paths:
- frontend/*
- ".github/workflows/test-desktop.yml"
# disabling this job until we can make tests run without relying on external services
branches: [none]
# push:
# branches:
# - main
# - e2e
# - release/*
# paths:
# - frontend/*
# - ".github/workflows/test-desktop.yml"

# pull_request:
# branches:
# - main
# - e2e
# - release/*
# paths:
# - frontend/*
# - ".github/workflows/test-desktop.yml"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
Loading

0 comments on commit da0f704

Please sign in to comment.