ci: run check-merge-conflicts nightly

This commit is contained in:
Jon Häggblad
2023-02-14 13:25:06 +01:00
parent 4fa018540c
commit 16ae72fbd9
+3 -1
View File
@@ -5,10 +5,12 @@ name: check-merge-conflicts
on:
workflow_dispatch:
schedule:
- cron: '5 6 * * *'
jobs:
get_release:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
outputs:
output1: ${{ steps.step2.outputs.latest_release }}
steps: