Skip to content

Commit

Permalink
Update call_fts3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Sep 21, 2023
1 parent dda2ebf commit b09daf6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/call_fts3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
# The type of runner that the job will run on
runs-on: [self-hosted, fts3-client-production ]
environment: APPROVAL_REQUIRED
outputs:
changed_files: ${{ steps.create-matrix.outputs.matrix }}


# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -44,7 +43,6 @@ jobs:
run: |
cd fts3-databases
git_diff_output=$(git diff --name-only origin/${{ github.base_ref || github.event.inputs.base }} origin/${{ github.head_ref || github.event.inputs.head }} | grep databases/)
echo "files=$git_diff_output" >> "$GITHUB_OUTPUT"
- name: Send changed files to fts3-connector
if: steps.git-diff.outputs.files != ''
Expand Down

0 comments on commit b09daf6

Please sign in to comment.