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.
2 parents b173486 + f15a65a commit a27199dCopy full SHA for a27199d
.github/workflows/scheduled-release.yml
@@ -28,9 +28,6 @@ jobs:
28
fetch-depth: 0
29
token: ${{ secrets.GITHUB_TOKEN }}
30
31
- - name: Install deps
32
- run: ./ci/installdeps.sh
33
-
34
- name: Mark git checkout as safe
35
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
36
@@ -58,6 +55,10 @@ jobs:
58
55
echo "should_release=false" >> $GITHUB_OUTPUT
59
56
fi
60
57
+ - name: Install deps
+ if: steps.check_schedule.outputs.should_release == 'true'
+ run: ./ci/installdeps.sh
61
+
62
- name: Import GPG key
63
if: steps.check_schedule.outputs.should_release == 'true'
64
uses: crazy-max/ghaction-import-gpg@v6
0 commit comments