diff --git a/.github/workflows/regression_template.yml b/.github/workflows/regression_template.yml index ce124fd8..7641b35b 100644 --- a/.github/workflows/regression_template.yml +++ b/.github/workflows/regression_template.yml @@ -54,6 +54,9 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: + + - name: Fail + run: false - name: Check out the repository uses: actions/checkout@v4 with: