Skip to content

Commit

Permalink
github/workflows: Enable building toolboxes on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Apr 23, 2024
1 parent bcc067c commit ec37acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/toolbox-kdedev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- '.github/workflows/toolbox-kdedev.yml'
schedule:
- cron: '0 0 * * MON'
workflow_dispatch:

permissions: read-all

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/toolbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
- '.github/workflows/toolbox.yml'
schedule:
- cron: '0 0 * * MON'
workflow_dispatch:

permissions: read-all

Expand Down

0 comments on commit ec37acd

Please sign in to comment.