chore: ci workflow tweaks (#85)

This commit is contained in:
Benjamin Sherman
2023-10-06 16:03:25 -05:00
committed by GitHub
parent d59eec6208
commit a1267cb284

View File

@@ -6,14 +6,10 @@ on:
paths-ignore: paths-ignore:
- '**.md' - '**.md'
- '**.txt' - '**.txt'
merge_group:
schedule: schedule:
- cron: '45 23 * * *' # 11:45PM UTC everyday (approx 1.5 hours after coreos images publish) - cron: '45 23 * * *' # 11:45PM UTC everyday (approx 1.5 hours after coreos images publish)
push: workflow_dispatch:
branches:
- main
paths-ignore:
- '**.md'
- '**.txt'
env: env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }} IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}