Skip to content

Sync Fork

Sync Fork #919

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '* 13 * * *' # every day at 13 hours
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: openpmix
token: ${{ secrets.GITHUB_TOKEN }}
base: master
head: master
auto_merge: false
auto_approve: false
ignore_fail: true