Skip to content

Commit

Permalink
feat: no more jollyposting:(
Browse files Browse the repository at this point in the history
  • Loading branch information
nexpid committed Jan 4, 2025
1 parent 550e0d1 commit be5fa48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
paths:
- src/**/*.*
workflow_dispatch:
schedule:
- cron: "0 12 1 1,12 *" # At 12:00 on January 1st & December 1st

concurrency:
group: ${{ github.workflow }}
Expand All @@ -25,8 +27,6 @@ jobs:
- name: setup workspace
uses: ./.github/actions/ci
build:
needs: ci

runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/modules/jollyposting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const commonNouns = [

const emojis = ["🎅", "❄️", "🎁", "🎄"];

export const isJolly = true;
export const isJolly = new Date().getMonth() === 11;

export function jollifyManifest(manifest: Readmes.Manifest) {
manifest.authors = manifest.authors.map(author => ({
Expand Down

0 comments on commit be5fa48

Please sign in to comment.