diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d75b166..e97d802 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -3,9 +3,9 @@ name: Test on: push -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: true +# concurrency: +# group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} +# cancel-in-progress: true env: TEST_VAR: ${{ 'testing' }} @@ -19,7 +19,7 @@ jobs: steps: - name: Step 1 id: step-one - run: exit -1 + run: echo "hello" - name: Print hello if: steps.step-one.result == 'success'