Skip to content

Commit

Permalink
update fork
Browse files Browse the repository at this point in the history
  • Loading branch information
hussam-i-am committed Jan 9, 2025
1 parent f0c5679 commit e624f26
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/deploy_preview_forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
name: github-pages
path: docs/public

vrt-reports:
uses: ./.github/workflows/vrt-reports.yml

aat-reports:
uses: ./.github/workflows/aat-reports.yml

deploy-preview:
if: ${{ github.repository != github.event.pull_request.head.repo.full_name }}
needs: build
Expand All @@ -52,3 +46,11 @@ jobs:
uses: actions/deploy-pages@v4
with:
preview: true

vrt-reports:
if: ${{ github.repository != github.event.pull_request.head.repo.full_name }}
uses: ./.github/workflows/vrt-reports.yml

aat-reports:
if: ${{ github.repository != github.event.pull_request.head.repo.full_name }}
uses: ./.github/workflows/aat-reports.yml

0 comments on commit e624f26

Please sign in to comment.