From d5b3a4390a6a49de06677ca42c94dc29743d278f Mon Sep 17 00:00:00 2001 From: Azizjon Rizayev Date: Thu, 5 May 2022 17:21:27 -0400 Subject: [PATCH] Delete .github/workflows/sync.yml file --- .github/workflows/sync.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/sync.yml diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml deleted file mode 100644 index 9c71863..0000000 --- a/.github/workflows/sync.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Scheduled Merge Remote Action -on: - schedule: - - cron: 0 0 * * 0 - workflow_dispatch: -jobs: - merge-upstream: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - ref: master - fetch-depth: 0 - - name: Merge Upstream - uses: ethan42/merge-upstream@v4 - with: - upstream: emikulic/darkhttpd - upstream-branch: master - branch: master - mayhem-analysis: - uses: ./.github/workflows/mayhem.yml