From 83f33527b24385cc4a621f3cad942683ba5a444e Mon Sep 17 00:00:00 2001 From: kpk47 Date: Thu, 15 Sep 2022 15:34:23 +0000 Subject: [PATCH] remove extraneous test file --- .github/workflows/test_install.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/test_install.yml diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml deleted file mode 100644 index 237044283..000000000 --- a/.github/workflows/test_install.yml +++ /dev/null @@ -1,19 +0,0 @@ -permissions: read-all -on: - push: - schedule: - - cron: '14 3 * * *' - -jobs: - test_install: - runs-on: ubuntu-latest - steps: - - name: Check out repository - uses: actions/checkout@v3 - - - name: Install verifier - uses: ./actions/installer - - - name: Run verifier help - shell: bash - run: slsa-verifier --help