Skip to content

Commit

Permalink
github action: add trigger on workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Oct 11, 2020
1 parent 89f4591 commit 6d2e697
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/asf-snapshots-deploy.yml
Expand Up @@ -23,6 +23,7 @@ on:
schedule:
# Run at 1 during night
- cron: '0 1 * * *'
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/automatic-changelog-update.yml
Expand Up @@ -21,6 +21,7 @@ on:
schedule:
# Run at 3 during night
- cron: '0 3 * * *'
workflow_dispatch:

jobs:
generate_changelog:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/automatic-sync-camel-master.yml
Expand Up @@ -24,6 +24,7 @@ on:
schedule:
# Run at 2 AM every day
- cron: '0 2 * * *'
workflow_dispatch:
jobs:
build:
name: Sync Camel Kafka Connector camel-master Branch
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rebase-master-onto-camel-master.yml
Expand Up @@ -24,6 +24,7 @@ on:
schedule:
# Run every day at midnight
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 6d2e697

Please sign in to comment.