Skip to content

Commit 4046232

Browse files
authored
Allow workflow to be run on demand
1 parent 11b0a65 commit 4046232

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
# - cron: '0 0 * * *'
2121
# Every 30 minutes.
2222
# - cron: '0/30 * * * *'
23+
workflow_dispatch:
2324

2425
# Cancels all previous workflow runs for pull requests that have not completed.
2526
concurrency:
@@ -42,7 +43,7 @@ jobs:
4243
test:
4344
name: Run Core PHPUnit tests
4445
runs-on: ubuntu-latest
45-
46+
4647
# Remove this line if Github Actions is your preferred means of running the tests.
4748
if: ${{ false }}
4849

0 commit comments

Comments
 (0)