Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ci: add workflow_dispatch event
> You can now create workflows that are manually triggered with the new workflow_dispatch event.
> You will then see a 'Run workflow' button on the Actions tab, enabling you to easily trigger a run.
> You can choose which branch the workflow is run on.

https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
  • Loading branch information
Shohei Ueda authored and GitHub committed Jul 7, 2020
1 parent b882ee3 commit 4dfc201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/purge-readme-image-cache.yml
Expand Up @@ -3,6 +3,7 @@ name: Purge image cache
on:
schedule:
- cron: '54 18 * * */7'
workflow_dispatch:

jobs:
purge:
Expand Down

0 comments on commit 4dfc201

Please sign in to comment.