diff --git a/.github/workflows/publish-test.yaml b/.github/workflows/publish-test.yaml index f455c5bf1..98eafa68d 100644 --- a/.github/workflows/publish-test.yaml +++ b/.github/workflows/publish-test.yaml @@ -74,7 +74,7 @@ jobs: # if: ${{ github.event.label.name == 'publish-odr-added-only'}} id: added-files run: | - git diff --name-status ${{ github.event.pull_request.base.rfa }} ${{ github.event.pull_request.base.sha }} | grep ^A + git diff --name-only ${{ github.event.pull_request.base.rfa }} ${{ github.event.pull_request.base.sha }} -diff-filter=cdmrtuxb echo "added_files=$(git diff --name-status ${{ github.event.before }} ${{ github.event.after }} | grep ^A)" >> $GITHUB_OUTPUT # - name: Submit Added Workflow(s) Only diff --git a/workflow-parameters/test copy 7.yaml b/workflow-parameters/test copy 7.yaml new file mode 100644 index 000000000..6a2e6265c --- /dev/null +++ b/workflow-parameters/test copy 7.yaml @@ -0,0 +1,2 @@ +"source":"s3://linz-imagery-staging/test/" +"target":"s3://linz-workflow-artifacts/mdavidson/" diff --git a/workflow-parameters/test copy 8.yaml b/workflow-parameters/test copy 8.yaml new file mode 100644 index 000000000..6a2e6265c --- /dev/null +++ b/workflow-parameters/test copy 8.yaml @@ -0,0 +1,2 @@ +"source":"s3://linz-imagery-staging/test/" +"target":"s3://linz-workflow-artifacts/mdavidson/"