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.
1 parent e7af117 commit f335613Copy full SHA for f335613
.github/workflows/preview-build.yml
@@ -58,13 +58,6 @@ jobs:
58
uses: jlumbroso/free-disk-space@main
59
with:
60
tool-cache: false
61
-
62
- - name: Checkout
63
- if: github.event_name == 'push' || steps.check-files.outputs.any_changed == 'true'
64
- uses: actions/checkout@v4
65
- with:
66
- ref: ${{ github.event.pull_request.head.sha || github.ref }}
67
- persist-credentials: false
68
69
- name: Create Deployment
70
if: github.event_name == 'push' || (steps.check-files.outputs.any_changed == 'true' && startsWith(github.event_name, 'pull_request'))
0 commit comments