Skip to content

Commit

Permalink
WIP: test
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Sep 21, 2023
1 parent 07c947b commit aefd698
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 aefd698

Please sign in to comment.