mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
Delete broken-sync.yml
This commit is contained in:
parent
422f46b406
commit
ad15d41005
1 changed files with 0 additions and 26 deletions
26
.github/workflows/broken-sync.yml
vendored
26
.github/workflows/broken-sync.yml
vendored
|
|
@ -1,26 +0,0 @@
|
||||||
name: Sync fork
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 0 * * *"
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
sync:
|
|
||||||
name: Sync fork
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: ${{ github.event.repository.fork }}
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Sync fork
|
|
||||||
run: gh repo sync ${{ github.repository }}
|
|
||||||
env:
|
|
||||||
GH_TOKEN: ${{ github.token }}
|
|
||||||
|
|
||||||
- uses: gautamkrishnar/keepalive-workflow@v1
|
|
||||||
Loading…
Reference in a new issue