Skip to content

Commit

Permalink
Merge pull request #420 from bcgov/feature/workflowFix
Browse files Browse the repository at this point in the history
push/commit should not trigger oc deployment
  • Loading branch information
KFloodBCGov committed May 19, 2023
2 parents e141258 + b751787 commit c435597
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-dps-email-poller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs:
- unit-test
- app-version
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-and-push-image.yml@main
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-image.yml@main
with:
app_name: "dps-email-poller"
working_directory: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-dps-notification-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs:
- unit-test
- app-version
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-and-push-image.yml@main
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-image.yml@main
with:
app_name: "dps-notification-service"
working_directory: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-dps-payment-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs:
- unit-test
- app-version
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-and-push-image.yml@main
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-image.yml@main
with:
app_name: "dps-payment-service"
working_directory: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-dps-registration-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs:
- unit-test
- app-version
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-and-push-image.yml@main
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-image.yml@main
with:
app_name: "dps-registration-api"
working_directory: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-dps-validation-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs:
- unit-test
- app-version
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-and-push-image.yml@main
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-image.yml@main
with:
app_name: "dps-validation-service"
working_directory: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-email-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs:
- unit-test
- app-version
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-and-push-image.yml@main
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-image.yml@main
with:
app_name: "dps-email-worker"
working_directory: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-figaro-validation-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs:
- unit-test
- app-version
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-and-push-image.yml@main
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-image.yml@main
with:
app_name: "figaro-validation-service"
working_directory: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-spd-notification-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs:
- unit-test
- app-version
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-and-push-image.yml@main
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-image.yml@main
with:
app_name: "spd-notification-worker"
working_directory: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-vips-notification-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs:
- unit-test
- app-version
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-and-push-image.yml@main
uses: SierraSystems/reusable-workflows/.github/workflows/docker-build-image.yml@main
with:
app_name: "vips-notification-worker"
working_directory: .
Expand Down

0 comments on commit c435597

Please sign in to comment.