Skip to content

Commit

Permalink
Allow workflows to be launched manually from UI
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrukwa committed Aug 23, 2023
1 parent 1b34ba4 commit e781b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- develop
schedule:
- cron: '0 17 * * *'
workflow_dispatch:


env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run unit tests

on: push
on: [push, workflow_dispatch]

jobs:
docker_tests:
Expand Down

0 comments on commit e781b4b

Please sign in to comment.