Skip to content

Commit

Permalink
Run on a schedule and allow triggering manually
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Jan 4, 2025
1 parent 8a8345f commit 0d396b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: build-push-ar
on:
push:
workflow_dispatch:
schedule:
- cron: '15 1 * * 0'
jobs:
find-tags:
name: Find islandora drupal tags
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Additional config files were modified from either [Islandora-Devops/isle-buildki

This repo follows the same semver tagging schema as [islandora/drupal]. [islandora/drupal] images are found using [a bash script](./ci/find-tags.sh). Those tags are then used to create separate images for each isle-buildkit tag.

[islandora/drupal](https://github.com/Islandora-Devops/isle-buildkit/tree/main/drupal)
[islandora/drupal]: https://github.com/Islandora-Devops/isle-buildkit/tree/main/drupal

0 comments on commit 0d396b3

Please sign in to comment.