Skip to content

Commit

Permalink
Implement native query endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Sep 6, 2024
1 parent d4bf46d commit a245266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:

jobs:
yml-md-style-and-link-checks:
uses: QubitPi/hashicorp-aws/.github/workflows/yml-md-style-and-link-checks.yml@master
uses: QubitPi/hashistack/.github/workflows/yml-md-style-and-link-checks.yml@master

tests:
name: Unit & Integration Tests
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
name: Send Slack Notification
if: ${{ always() }}
needs: [documentation, docker-image]
uses: QubitPi/hashicorp-aws/.github/workflows/slack-notification.yml@master
uses: QubitPi/hashistack/.github/workflows/slack-notification.yml@master
with:
job-status: ${{ (needs.documentation.outputs.outcome == 'success' && needs.docker-image.outputs.outcome == 'success') && 'success' || 'failure' }}
secrets:
Expand Down

0 comments on commit a245266

Please sign in to comment.