Skip to content

Commit

Permalink
rename force build and remove dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed Nov 6, 2023
1 parent 4258134 commit c5f02e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/auto-build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
# cron job to trigger the build daily
# at 3am on Friday
- cron: '0 3 * * 5'
workflow_dispatch:

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/force-build-container.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Docker build and publish
name: Force docker build and publish

on:
workflow_dispatch:
Expand Down

0 comments on commit c5f02e7

Please sign in to comment.