Skip to content

Commit

Permalink
Merge pull request #6 from MDavidson17/feat/test-4
Browse files Browse the repository at this point in the history
WIP: test
  • Loading branch information
MDavidson17 authored Sep 21, 2023
2 parents 07c947b + aefd698 commit d18623d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
main:
if: ${{ github.event.pull_request.merged == true }} && ${{gthub.event.label.name == 'publish-odr*'}}
if: ${{ github.event.pull_request.merged == true }} && ${{github.event.label.name == 'publish-odr*'}}
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down
2 changes: 2 additions & 0 deletions workflow-parameters/test copy 4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"source":"s3://linz-imagery-staging/test/"
"target":"s3://linz-workflow-artifacts/mdavidson/"

0 comments on commit d18623d

Please sign in to comment.