Skip to content

Commit

Permalink
Don't cache coordinator data
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Oct 25, 2024
1 parent fd3fe13 commit 949bd17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/buildAutoUpdatePlan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
id: get-date
run: echo "week-start=$(date -dmonday +%Y%m%d)" >> $GITHUB_OUTPUT

- name: Cache coordinator data
uses: actions/cache@v3
with:
# coordinator stores cache in current working directory
path: data/
key: coordinator-data-cache-${{ steps.get-date.outputs.week-start}}
# - name: Cache coordinator data
# uses: actions/cache@v3
# with:
# # coordinator stores cache in current working directory
# path: data/
# key: coordinator-data-cache-${{ steps.get-date.outputs.week-start}}

- name: Build plan
# Limit each build plan to at most 1000 most project.
Expand Down

0 comments on commit 949bd17

Please sign in to comment.