Skip to content

Commit

Permalink
removed unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveW-STFC committed Oct 3, 2024
1 parent 42f223a commit 7d8873a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 99 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/pr_check_copy.sh

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/pr_copied_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
echo "One or more files in the staging folder has changed."
echo "Files that have changed: $STAGING_ALL_CHANGED_FILES"
echo "result=true" >> "$GITHUB_OUTPUT"
ls -l ${{ github.workspace }}/.github/workflows/
for file in ${{ steps.changed-files.outputs.staging_all_changed_files }}; do
res=$( ${{ github.workspace }}/.github/workflows/pr_check_copies.sh "$file" "staging" "dev" )
echo $res
Expand Down
49 changes: 0 additions & 49 deletions scripts/pr_check_copies.sh

This file was deleted.

0 comments on commit 7d8873a

Please sign in to comment.