From 6d71793554fc867c7e396d6811849f8929f8f648 Mon Sep 17 00:00:00 2001 From: Mia <59005594+miathetrain@users.noreply.github.com> Date: Thu, 16 May 2024 11:52:33 -0400 Subject: [PATCH] Delete .github/workflows/main.yml --- .github/workflows/main.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index e1a0e28044f7b..0000000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,18 +0,0 @@ -# .github/workflows/sync.yml -name: Rebase Upstream -on: - schedule: - - cron: "0 0 * * 0" # run once a week - workflow_dispatch: # run manually - -jobs: - sync: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - with: - branch: nixos-usntable - - uses: imba-tjd/rebase-upstream-action@master - # with: # all args are optional - # upstream: / - # branch: master