Skip to content

Commit

Permalink
chore: ci workflow tweaks (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman authored Oct 6, 2023
1 parent d59eec6 commit a1267cb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ on:
paths-ignore:
- '**.md'
- '**.txt'
merge_group:
schedule:
- cron: '45 23 * * *' # 11:45PM UTC everyday (approx 1.5 hours after coreos images publish)
push:
branches:
- main
paths-ignore:
- '**.md'
- '**.txt'
workflow_dispatch:
env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}

Expand Down

0 comments on commit a1267cb

Please sign in to comment.