Skip to content

Commit

Permalink
removed listing dash from start of each directory to check for changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveW-STFC authored Sep 19, 2024
1 parent 077cc1c commit 534a4ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr_copied_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
uses: tj-actions/changed-files@v45
with:
files: |
- charts/staging/**
- charts/prod/**
- clusters/staging/**
- clusters/prod/**
- secrets/staging/**
- secrets/prod**
charts/staging/**
charts/prod/**
clusters/staging/**
clusters/prod/**
secrets/staging/**
secrets/prod**
- name: Run step if any file(s) in the folder change
if: steps.changed-files.outputs.any_changed == 'true'
Expand Down

0 comments on commit 534a4ef

Please sign in to comment.