Browse Source

Added manual running to nightly image build (#24598)

lets-bump-hometown-to-mastodon-4.2
Tim Campbell 3 years ago committed by GitHub
parent
commit
c62604b5f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build-nightly.yml

1
.github/workflows/build-nightly.yml

@ -1,5 +1,6 @@
name: Build nightly container image
on:
workflow_dispatch:
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC
permissions:

Loading…
Cancel
Save