Skip to content

Commit

Permalink
Do not publish shapshots on DashGit combined update branches
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya authored Mar 9, 2024
1 parent 1157eb1 commit 58d1992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
needs: [test-java, test-net]
#if: ${{ false }} # disable for now
#avoid publishing to Github pages PRs and dependabot branches
if: ${{ always() && github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) }}
if: ${{ always() && github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) && !contains('/head/refs/dashgit/combined/', github.ref) }}
runs-on: ubuntu-latest
# Configuration to deploy at github pages
permissions:
Expand Down

0 comments on commit 58d1992

Please sign in to comment.