Skip to content

Commit

Permalink
Update validation-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JBris authored May 21, 2024
1 parent 5833460 commit 816fc97
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/validation-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,12 @@ jobs:
run: |
echo "{date}={$(date +'%Y-%m-%d')}" >> $GITHUB_ENV
- name: Zip file
if: github.event_name == 'pull_request'
run: |
zip validation_report.zip html -r
- name: Upload validation report
if: github.event_name == 'pull_request'
uses: actions/upload-artifact@v4
with:
name: validation_report
path: validation_report.zip
path: html

- name: Deploy to GitHub pages 🚀
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 816fc97

Please sign in to comment.