Skip to content

Commit

Permalink
build: make patch-coc workflow a cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Mar 7, 2023
1 parent 1db63b6 commit 6e19333
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/patch-code-of-conduct.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Patch CoC
on: [push]

on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: '0 0 * * *'
jobs:
patch:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6e19333

Please sign in to comment.