Skip to content

Commit

Permalink
build: support manually triggering of full-integration
Browse files Browse the repository at this point in the history
This is useful if we do not want to wait for the scheduled build.
  • Loading branch information
michalmac committed Nov 3, 2023
1 parent 6b87c9e commit 4340092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/full-integration.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: full-integration

on:
workflow_dispatch:
schedule:
- cron: '30 0 * * *' # daily at 0:30 UTC

Expand Down

0 comments on commit 4340092

Please sign in to comment.