We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2f682 commit ce0d38dCopy full SHA for ce0d38d
.github/workflows/approve-screenshots.yml
@@ -62,6 +62,7 @@ jobs:
62
refresh-dev-sandbox-manual:
63
name: Refresh Dev Sandbox (manual)
64
needs: update-screenshots-manual
65
+ if: github.event_name == 'workflow_dispatch'
66
uses: ./.github/workflows/ci_cd_on_pr_dev_sandbox.yml
67
secrets: inherit
68
with:
0 commit comments