Skip to content

Commit

Permalink
change ci fetch depth, cache bust standings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Whitacre committed Apr 29, 2024
1 parent 647fe99 commit daed599
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
working-directory: app
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '18.x'
Expand All @@ -25,8 +23,6 @@ jobs:
environment: hdweeklyleague.com
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
Expand Down
2 changes: 1 addition & 1 deletion app/src/app/standings/standings.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface Standings {

@Injectable()
export class StandingsStore extends ComponentStore<Standings> {
#leaderboardUid = 'standings'
#leaderboardUid = 'standings-042924-0'

readonly leaderboard$ = this.select((state) => state.leaderboard)
readonly loading$ = this.select((state) => state.loading)
Expand Down
File renamed without changes.

0 comments on commit daed599

Please sign in to comment.