Skip to content

Commit

Permalink
ci: only deploy with debian testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed Aug 5, 2024
1 parent 780b538 commit 0030789
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
if: ${{ github.event_name == 'push' }}
env:
DOCKER_DIS: ${{ secrets.DOCKER_DISTRO }}
if: (${{ env.DOCKER_DIS == 'debian:testing' }} && ${{ github.event_name == 'push' }})
with:
branch: gh-pages
folder: html-report
Expand Down

0 comments on commit 0030789

Please sign in to comment.