Skip to content

Commit

Permalink
Update workflows to new location
Browse files Browse the repository at this point in the history
  • Loading branch information
sethidden committed Apr 23, 2024
1 parent 9ce2348 commit 2d65c62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ on:
jobs:
release-packages:
name: "Release NPM Packages"
uses: vuestorefront/integrations-github-workflows/.github/workflows/continuous-delivery.yml@main
uses: vuestorefront/vue-storefront/.github/workflows/cd-integrations.yml@main
secrets: inherit
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: VSF Continuous Integration

on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
types: ['opened', 'reopened', 'synchronize']

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand All @@ -11,7 +11,7 @@ concurrency:
jobs:
continous-integration:
name: 'Continuous Integration'
uses: vuestorefront/integrations-github-workflows/.github/workflows/continuous-integration.yml@main
uses: vuestorefront/vue-storefront/.github/workflows/ci-integrations.yml@main
secrets: inherit
with:
enterprise: false
Expand All @@ -20,7 +20,7 @@ jobs:
sonarcloud-api-client:
name: 'SonarCloud API Client'
needs: [continous-integration]
uses: vuestorefront/integrations-github-workflows/.github/workflows/sonarcloud.yml@main
uses: vuestorefront/vue-storefront/.github/workflows/sonarcloud-integrations.yml@main
secrets:
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN_API_CLIENT }}
with:
Expand All @@ -31,7 +31,7 @@ jobs:
sonarcloud-sdk:
name: 'SonarCloud SDK'
needs: [continous-integration]
uses: vuestorefront/integrations-github-workflows/.github/workflows/sonarcloud.yml@main
uses: vuestorefront/vue-storefront/.github/workflows/sonarcloud-integrations.yml@main
secrets:
SONARCLOUD_TOKEN: ${{ secrets.SONARCLOUD_TOKEN_SDK }}
with:
Expand Down

0 comments on commit 2d65c62

Please sign in to comment.