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 b7f259a commit 16077c6Copy full SHA for 16077c6
.github/workflows/scoped-test.yaml
@@ -69,6 +69,7 @@ jobs:
69
echo "go_sources: ${{ needs.changedfiles.outputs.go_sources }}"
70
echo "go_tests: ${{ needs.changedfiles.outputs.go_tests }}"
71
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
72
+ - run: ./.github/workflows/scripts/free-disk-space.sh
73
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
74
id: go-setup
75
with:
0 commit comments