Skip to content

Commit

Permalink
Fixed testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesHuisman committed Feb 14, 2024
1 parent 649e956 commit 5e3be01
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
name: Test

on:
push:
branches:
- xyz
# paths:
# - ".github/workflows/test.yaml"
# - "pyspark_cdm/**"
# - "tests/**"
# - "poetry.lock"
# pull_request:
# paths:
# - ".github/workflows/test.yaml"
# - "pyspark_cdm/**"
# - "tests/**"
# - "poetry.lock"
pull_request:
paths:
- ".github/workflows/test.yaml"
- "pyspark_cdm/**"
- "tests/**"
- "poetry.lock"

jobs:
test:
Expand Down

0 comments on commit 5e3be01

Please sign in to comment.