Skip to content

Commit

Permalink
test clean again
Browse files Browse the repository at this point in the history
  • Loading branch information
YanzhaoW committed Mar 1, 2025
1 parent f148cdc commit 41c4cf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/cache-clean/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ runs:
echo "Deleting old caches..."
for cacheKey in $cacheKeys
do
gh actions-cache delete $cacheKey -R R3BRootGroup/R3BRoot --confirm || echo "Failed to delete $cacheKey"
gh actions-cache delete $cacheKey --confirm || echo "Failed to delete $cacheKey"
done
echo "Done"
shell: bash
env:
GH_TOKEN: ${{ inputs.GH_TOKEN }}
GH_REPO: ${{ github.repository }}
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ name: CI-CD
on:
# Triggers the workflow in case of a push or pull request events
push:
branches: [ dev ]
branches: [ dev, edwin_fix_ci ]
pull_request:
branches: [ dev ]

Expand All @@ -77,6 +77,7 @@ jobs:

# The job to run the main CI pipelines
build-test:
if: false
needs: cache-cleanup
runs-on: ubuntu-latest
# A strategy matrix gives different settings separately to different jobs
Expand Down

0 comments on commit 41c4cf2

Please sign in to comment.