Skip to content

Commit

Permalink
fix(ci): disable tests, update later
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <[email protected]>
  • Loading branch information
andrey18106 committed Oct 21, 2024
1 parent adbe92d commit 8b9fa43
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Test

on:
pull_request:
branches:
- main
- dev
paths-ignore:
- l10n/**
push:
branches:
- main
- dev
paths-ignore:
- l10n/**
# pull_request:
# branches:
# - main
# - dev
# paths-ignore:
# - l10n/**
# push:
# branches:
# - main
# - dev
# paths-ignore:
# - l10n/**
workflow_dispatch:

env:
Expand Down

0 comments on commit 8b9fa43

Please sign in to comment.