Skip to content

Commit

Permalink
Merge pull request #145 from bgilbert/workflows
Browse files Browse the repository at this point in the history
workflows: move scheduled container rebuild into this repo
  • Loading branch information
bgilbert authored Sep 30, 2023
2 parents dbe521f + a67ec0a commit 9890c38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
pull_request:
branches: [main]
paths: [builder/*]
schedule:
- cron: "40 14 1 * *"
workflow_dispatch:
# openslide/builds invokes this from a scheduled build
workflow_call:

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Check for updated dependencies

name: Updates - check
name: Check for updates

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-label.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Privileged workflow to label issues and PRs for dependency updates

name: Updates - label
name: Label

on:
issues:
Expand All @@ -18,7 +18,7 @@ env:

jobs:
label-update:
name: Label update
name: Add labels
runs-on: ubuntu-latest
steps:
- name: Get bot username
Expand Down

0 comments on commit 9890c38

Please sign in to comment.