Skip to content

Commit

Permalink
fix: disable linux tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ms7m committed Dec 5, 2022
1 parent 082a3dc commit f014c27
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 37 deletions.
37 changes: 19 additions & 18 deletions .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,25 @@
name: Test Linux

on:
push:
branches:
- dev
- master
paths:
- notifypy/**
- tests/**
- pyproject.toml
- poetry.lock
pull_request:
branches:
- dev
- master
paths:
- notifypy/**
- tests/**
- pyproject.toml
- poetry.lock
# push:
# branches:
# - dev
# - master
# paths:
# - notifypy/**
# - tests/**
# - pyproject.toml
# - poetry.lock
# pull_request:
# branches:
# - dev
# - master
# paths:
# - notifypy/**
# - tests/**
# - pyproject.toml
# - poetry.lock
workflow_dispatch:

jobs:
build:
Expand Down
39 changes: 20 additions & 19 deletions .github/workflows/test_linux_dbus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,26 @@
name: Test Linux (dbus)

on:
push:
branches:
- dev
- master
paths:
- notifypy/**
- tests/**
- pyproject.toml
- poetry.lock
pull_request:
branches:
- dev
- master
paths:
- notifypy/**
- tests/**
- pyproject.toml
- poetry.lock

# push:
# branches:
# - dev
# - master
# paths:
# - notifypy/**
# - tests/**
# - pyproject.toml
# - poetry.lock
# pull_request:
# branches:
# - dev
# - master
# paths:
# - notifypy/**
# - tests/**
# - pyproject.toml
# - poetry.lock
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f014c27

Please sign in to comment.