Skip to content

Commit

Permalink
ci: small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Jan 4, 2025
1 parent 905d380 commit 9310f16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history for all branches

- name: Detect Changes
id: detect
run: |
git fetch origin main
CHANGED_FILES=$(git diff --name-only origin/main...HEAD)
echo "Changed files: $CHANGED_FILES"
if echo "$CHANGED_FILES" | grep -q '^packages/std/'; then
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Crates
name: Publish Crates

on:
release:
Expand Down

0 comments on commit 9310f16

Please sign in to comment.