Skip to content

Commit

Permalink
Disable unsupported build opts in monthly workflow
Browse files Browse the repository at this point in the history
- explicitly disable building packages
- explicitly disable generating release builds using podman
- configure workflow_displatch event to permit on-demand workflow runs
  for future troubleshooting purposes
  • Loading branch information
atc0005 committed Jul 2, 2023
1 parent 8e9682a commit 7799dab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/scheduled-monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ on:
# * * * * *
- cron: "30 4 1 * *"

# Allow triggering workflow manually
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
workflow_dispatch:

jobs:
monthly:
name: Monthly Tasks
uses: atc0005/shared-project-resources/.github/workflows/scheduled-monthly.yml@master
with:
build-packages: false
build-podman-release: false

0 comments on commit 7799dab

Please sign in to comment.