Skip to content

Commit

Permalink
Remove AMP from cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abeddow91 authored Jan 7, 2025
1 parent bc75da1 commit fb2b13f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,12 @@ jobs:
with:
container-image: ${{ needs.container.outputs.container-image }}

amp:
needs: [container]
uses: ./.github/workflows/amp.yml
with:
container-image: ${{ needs.container.outputs.container-image }}

publish:
permissions:
id-token: write
contents: read
pull-requests: write # required by riff-raff action
needs: [container, prettier, jest, lint, playwright, amp]
needs: [container, prettier, jest, lint, playwright]
uses: ./.github/workflows/publish.yml
with:
container-image: ${{ needs.container.outputs.container-image }}
Expand Down

0 comments on commit fb2b13f

Please sign in to comment.