Skip to content

Commit

Permalink
enable workflow_dispatch on some actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Sep 29, 2022
1 parent a653ba7 commit fce3741
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/base_dockerfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
schedule:
# Also build on the first and sixteenth of every month
- cron: '0 0 1,16 * *'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
base_os:
Expand Down Expand Up @@ -69,9 +71,9 @@ jobs:
snapshot: true



#tag_names:true
#snapshot_ture



2 changes: 2 additions & 0 deletions .github/workflows/test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
tags-ignore:
- 'v*'
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit fce3741

Please sign in to comment.