Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
allow arbitrary triggering of publish (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
VJftw authored Jun 27, 2022
1 parent 968ecc2 commit 215e509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-publish-probes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- master
schedule:
- cron: '0 0 * * *' # Runs at 00:00 UTC every day.
workflow_dispatch: {}
jobs:
generate-jobs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 215e509

Please sign in to comment.