Skip to content

Commit

Permalink
Change: comment out unneeded line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bloodbat committed Oct 12, 2024
1 parent a05648e commit db25a45
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/nightly_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit db25a45

Please sign in to comment.