diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e57ff24..62bac4d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,7 @@ on: jobs: deploy: runs-on: ubuntu-latest + if: ${{ github.actor != 'dependabot[bot]' }} timeout-minutes: 10 steps: - uses: actions/checkout@v4 diff --git a/mods/mozilla.js b/mods/mozilla.js index 3632e76..6c4d8d7 100644 --- a/mods/mozilla.js +++ b/mods/mozilla.js @@ -52,7 +52,7 @@ async function handleMozilla({ const startfn = (formatDistanceToNow(new Date(start), { addSuffix: true })); // date-fns // const endfn = (formatDistanceToNow(new Date(end), { addSuffix: true })); // date-fns const dif = differenceInSeconds(new Date(end), new Date(start)); // date-fns - //console.log("👉:", "cl=", cl, "letter=", letter, "end=", end, "start=", start, "endfn=", endfn, "dif=", dif, ":👈") + //console.log("👉:", "letter=", letter, "end=", end, "start=", start, "dif=", dif, ":👈") const colorMap = { a: '34af00', b: 'green',