fractal-analytics-platform / fractal-tasks-core

Main tasks for the Fractal analytics platform
https://fractal-analytics-platform.github.io/fractal-tasks-core/
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

Add manifest-building GHA #763

Closed tcompa closed 2 weeks ago

tcompa commented 2 weeks ago

Checklist before merging

github-actions[bot] commented 2 weeks ago

Coverage report

This PR does not seem to contain any modification to coverable code.

tcompa commented 2 weeks ago

I'm merging this PR, with the following option for the new GitHub Action:


on:
  push:
    branches: ["main"]
  pull_request:
    branches: ["main"]
  workflow_dispatch:
  schedule:
    - cron: "0 23 * * 3"

which makes it run at every PR towards main, at every push to main and every Wednesday.

If it turns out that this creates too much friction for standard PRs, we can move back to only running on given days of the week and not on PRs.