We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ci
master
1 parent aba96ad commit 728f707Copy full SHA for 728f707
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
echo "| **Docs** | [View Docs -> ${{ steps.docs-publish.outputs.deployment-url }}](${{ steps.docs-publish.outputs.deployment-url }}) |" >> $GITHUB_STEP_SUMMARY
63
echo "| **POC** | [View POC -> ${{ steps.poc-publish.outputs.deployment-url }}](${{ steps.poc-publish.outputs.deployment-url }}) |" >> $GITHUB_STEP_SUMMARY
64
- name: Notify About Deployment
65
- if: ${{ github.actor != 'dependabot[bot]' }}
+ if: ${{ github.actor != 'dependabot[bot]' && github.ref_name != 'master' }}
66
uses: actions/github-script@v7
67
with:
68
script: |
0 commit comments