Skip to content

Commit 6f8a6bb

Browse files
committed
CI: allowing workflow dispatch for all workflows
1 parent e73c871 commit 6f8a6bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci_devtests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
schedule:
1414
# run every Monday at 5am UTC
1515
- cron: '0 5 * * 1'
16+
workflow_dispatch:
1617

1718
concurrency:
1819
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
schedule:
1414
# run every Monday at 5am UTC
1515
- cron: '0 5 * * 1'
16+
workflow_dispatch:
1617

1718
concurrency:
1819
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)