Skip to content

Commit

Permalink
Merge pull request #185 from communitiesuk/FS-3414
Browse files Browse the repository at this point in the history
FS-3414 Amend fds to fsd
  • Loading branch information
robk-dluhc committed Sep 4, 2023
2 parents bae9ba8 + 9e669a9 commit db1e67f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
jobs:
test_and_deploy:
if: ${{ github.actor != 'dependabot[bot]' && !github.event.inputs.copilot }}
uses: communitiesuk/funding-design-service-workflows/.github/workflows/deploy.yml@main
uses: communitiesuk/funding-service-design-workflows/.github/workflows/deploy.yml@main
with:
app_name: ${{ github.event.repository.name }}
assets_required: true
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
if: ${{ github.event.inputs.copilot }}
secrets:
E2E_PAT: ${{secrets.E2E_PAT}}
uses: communitiesuk/funding-design-service-workflows/.github/workflows/pre-deploy.yml@main
uses: communitiesuk/funding-service-design-workflows/.github/workflows/pre-deploy.yml@main
with:
postgres_unit_testing: false
assets_required: true

0 comments on commit db1e67f

Please sign in to comment.