From db25a4517209f6fb445a1990a3eb11e7374b72b1 Mon Sep 17 00:00:00 2001 From: Bloodbat Date: Sat, 12 Oct 2024 08:27:43 -0600 Subject: [PATCH] Change: comment out unneeded line. --- .github/workflows/nightly_builds.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nightly_builds.yml b/.github/workflows/nightly_builds.yml index 4f0dfe83..67f62f23 100644 --- a/.github/workflows/nightly_builds.yml +++ b/.github/workflows/nightly_builds.yml @@ -6,10 +6,10 @@ on: schedule: # It's always night... somewhere # +--------- minute (0 - 59) - # ¦ +--------- hour (0 - 23) - # ¦ ¦ +--------- day of the month (1 - 31) - # ¦ ¦ ¦ +--------- month (1 - 12 or JAN-DEC) - # ¦ ¦ ¦ ¦ +--------- day of the week (0 - 6 or SUN-SAT) + # ¦ +--------- hour (0 - 23) + # ¦ ¦ +--------- day of the month (1 - 31) + # ¦ ¦ ¦ +--------- month (1 - 12 or JAN-DEC) + # ¦ ¦ ¦ ¦ +--------- day of the week (0 - 6 or SUN-SAT) - cron: '46 18 * * *' # Every day at 18:46 UTC env: @@ -40,7 +40,7 @@ jobs: echo "Set plugin version from $pluginversion to $pluginversion-$gitrev" cat <<< `jq --arg VERSION "$pluginversion-$gitrev" '.version=$VERSION' plugin.json` > plugin.json # only modify plugin version if no tag was created - if: "! startsWith(github.ref, 'refs/tags/v')" + # if: "! startsWith(github.ref, 'refs/tags/v')" build: name: ${{ matrix.platform }}