diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index e8d3c60..1f9b444 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -6,20 +6,8 @@ on: pull_request: push: - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# Allow one concurrent deployment -concurrency: - group: 'pages' - cancel-in-progress: true - jobs: test-deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: - name: Checkout