diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/check-stale.yml | 1 | ||||
-rw-r--r-- | .github/workflows/codeql.yml | 1 | ||||
-rw-r--r-- | .github/workflows/linit-j2.yml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/check-stale.yml b/.github/workflows/check-stale.yml index b5ec533..59d25a1 100644 --- a/.github/workflows/check-stale.yml +++ b/.github/workflows/check-stale.yml @@ -2,6 +2,7 @@ name: "Issue and PR stale management" on: schedule: - cron: "0 0 * * *" + workflow_dispatch: permissions: pull-requests: write diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f647278..a4fc39e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -8,6 +8,7 @@ on: branches: [ "current" ] schedule: - cron: '22 10 * * 0' + workflow_dispatch: permissions: actions: read diff --git a/.github/workflows/linit-j2.yml b/.github/workflows/linit-j2.yml index 364a65a..c4f4132 100644 --- a/.github/workflows/linit-j2.yml +++ b/.github/workflows/linit-j2.yml @@ -7,6 +7,7 @@ on: - current - crux - equuleus + workflow_dispatch: permissions: pull-requests: write |