diff --git a/.github/workflows/charts-changelog.yaml b/.github/workflows/charts-changelog.yaml index bc81f120355..12f284db5bc 100644 --- a/.github/workflows/charts-changelog.yaml +++ b/.github/workflows/charts-changelog.yaml @@ -1,7 +1,7 @@ name: "Charts: Update README" on: - workflow_call: + workflow_dispatch: inputs: modifiedCharts: required: true diff --git a/.github/workflows/metadata-label-commenter.yaml b/.github/workflows/metadata-label-commenter.yaml index 60bcb21467a..168a041aa5f 100644 --- a/.github/workflows/metadata-label-commenter.yaml +++ b/.github/workflows/metadata-label-commenter.yaml @@ -2,7 +2,7 @@ name: "Metadata: Label Commenter" on: - workflow_call: + workflow_dispatch: issues: types: - labeled diff --git a/.github/workflows/metadata-label-pr.yaml b/.github/workflows/metadata-label-pr.yaml index 9b4e8fc75e3..12cb7138e14 100644 --- a/.github/workflows/metadata-label-pr.yaml +++ b/.github/workflows/metadata-label-pr.yaml @@ -2,7 +2,7 @@ name: "Metadata: Label pull requests" on: - workflow_call: + workflow_dispatch: pull_request_target: types: - opened diff --git a/.github/workflows/schedule-sync-labels.yaml b/.github/workflows/schedule-sync-labels.yaml index 811aa984cd6..eac3af9d2d1 100644 --- a/.github/workflows/schedule-sync-labels.yaml +++ b/.github/workflows/schedule-sync-labels.yaml @@ -2,7 +2,6 @@ name: "Schedule: Sync labels" on: # yamllint disable-line rule:truthy - workflow_call: workflow_dispatch: schedule: - cron: "0 * * * *" diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index f0117930414..fb649a1487f 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -1,7 +1,6 @@ --- name: "Mark or close stale issues and PRs" on: - workflow_call: workflow_dispatch: schedule: # Run the stalebot every day at 8pm UTC