openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.97k stars 2.55k forks source link

Nightly builds aren't running nightly #8202

Open ofTheo opened 5 hours ago

ofTheo commented 5 hours ago

@danoli3 did you change the behavior to only build when there have been changes to the repo?

When I look at the nightly actions they just say "Skipped"

image
dimitre commented 4 hours ago

there was a change by @danoli3 where this was removed from nightly and manual. should we put back?

on: 
  workflow_dispatch:
    inputs:
          release:
            description: 'release'     
            required: true
            default: 'nightly'
dimitre commented 3 hours ago

I've put back manual nightly from before changes to see if it run. It is now called manual-nightly-ok and it fails in line 430 of scripts/dev/create_package.sh which seems to be an incomplete command:

-t $RELEASE

I disagree of the latest changes in manual-nightly. it should be simple and do only what it means, a nightly created manually, not by tag, not including the final release.

ofTheo commented 3 hours ago

Thanks @dimitre - maybe we can revert that one back?

This seems like a stable place to try from:https://github.com/openframeworks/openFrameworks/blob/47583f6165a9384cdf37ea009c20bf5abc4d9954/.github/workflows/manual-nightly.yml