Skip to content

Commit

Permalink
try to use prefix filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Oct 12, 2020
1 parent a496151 commit 4d0c1d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
# Check only for changes in conda and dockerfile
- name: check for changes
id: git-diff
uses: technote-space/get-diff-action@v1
uses: technote-space/get-diff-action@v2
with:
PATTERNS: |
!.github/workflows/docker.yaml
PREFIX_FILTER: |
workflow/envs/main/
FILES: |
Dockerfile
main.yaml
Expand Down

0 comments on commit 4d0c1d4

Please sign in to comment.