diff --git a/.github/workflows/xargo.yml b/.github/workflows/xargo.yml deleted file mode 100644 index eb245dd..0000000 --- a/.github/workflows/xargo.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: xargo - -on: - push: - branches: - - xargo - workflow_dispatch: - -jobs: - build: - uses: ./.github/workflows/build.yml - with: - crate: xargo - bin: xargo-check - permissions: - contents: write - secrets: inherit