Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github action: add trigger on workflow_dispatch #568

Merged
merged 1 commit into from Oct 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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