Skip to content

Commit

Permalink
GitHub actions - idempotency test: exclude ./x/helix/.git/
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-revay committed Jan 5, 2025
1 parent 1b93129 commit f239ad8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/UbuntuGH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# this step should be skipped).
# Note2: Also running Free Disk Space on Ubuntu 24.04 with GNOME
# as it only has 5GB of disk space left.

# - name: Free Disk Space (Ubuntu)
# if: matrix.gui == 'GNOME'
# uses: jlumbroso/free-disk-space@main
Expand Down Expand Up @@ -113,6 +113,7 @@ jobs:
! -path "./.dotfiles/logs/HEAD" \
! -path "*work/_temp/*" \
! -path "./runners/*" \
! -path "./x/helix/.git/" \
! -iname "*.log" \
! -name ".wget-hsts" \
\) -print0 |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# TODO - consider making these steps some kind of subroutine
# or some other way to avoid redundant runs in the matrix
# consider using dependencies for that: https://stackoverflow.com/questions/58457140/dependencies-between-workflows-on-github-actions
# consider using dependencies for that: https://stackoverflow.com/questions/58457140/dependencies-between-workflows-on-github-actions
steps: # TODO - exit if the change was in the path that is not a dependency
# - name: "set APT to non-interactive"
# shell: bash
Expand Down Expand Up @@ -95,6 +95,7 @@ jobs:
! -path "./.cargo/registry/index/*" \
! -path "./x/helix/target/release/build/helix-term*" \
! -path "./x/helix/target/.rustc_info.json" \
! -path "./x/helix/.git/" \
! -iname "*.log" \
! -name ".wget-hsts" \
\) -print0 |
Expand Down

0 comments on commit f239ad8

Please sign in to comment.