.github/workflows/nightly.yml 🔗
@@ -25,6 +25,7 @@ jobs:
fi
nightly:
needs: check
+ if: needs.check.outputs.should_run == 'true'
uses: charmbracelet/meta/.github/workflows/nightly.yml@main
secrets:
goreleaser_key: ${{ secrets.GORELEASER_KEY }}