Skip to content

Commit

Permalink
fix: revert workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson2427 authored and fubuloubu committed May 30, 2024
1 parent e2201e2 commit 6007b27
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
name: Test
on: ["push", "pull_request"]

on:
push:
paths:
- "tests/**"
- "silverback/**"
- "setup.py"
- "pyproject.toml"
- ".github/workflows/test.yaml"
pull_request:
paths:
- "tests/**"
- "silverback/**"
- "setup.py"
- "pyproject.toml"
- ".github/workflows/test.yaml"
name: Test

concurrency:
# Cancel older, in-progress jobs from the same PR, same workflow.
Expand Down

0 comments on commit 6007b27

Please sign in to comment.