diff --git a/.github/workflows/buck2.yml b/.github/workflows/buck2.yml deleted file mode 100644 index 9d52685..0000000 --- a/.github/workflows/buck2.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: buck2 - -on: - push: - branches: - - buck2 - workflow_dispatch: - -jobs: - build: - uses: ./.github/workflows/build.yml - with: - crate: buck2 - git: facebook/buck2 - path: app/buck2 - permissions: - contents: write - secrets: inherit